Desc: Loads Preset Database Option data. If no data * exists with the same name, then a new database * options is created and saved to the developer's * WordPress database.
* @param string $db_name * * @since 0.1.0 * @uses $this->option_load_db() * @uses $this->set_to_defaults() * @uses $this->options_save_db(); * * @tutorial *Desc: Loads and stores database values to * (this) class values.
* @param none * * @since 0.1.0 * * @tutorial *Desc: Saves (this) class object to the developer's * WordPress database.
* @param none * * @since 0.1.0 * * @tutorial *Desc: Deletes the 'Preset Database Options' that is * stored in the devoloper's WordPress database.
* @param none * * @since 0.1.0 * * @tutorial *Desc:
* @param none * @return string - returns a JSON string of the Standard Class * * @since 0.1.0 * * @tutorial *