Пример #1
0
 /**
  * This function renders the Note options page.
  */
 public function render()
 {
     // Render the main view
     Note_Admin_Options_Views::render();
 }
 /**
  * This function sets up all of the actions and filters on instance. It also loads (includes)
  * the required files and assets.
  */
 function __construct()
 {
     // Load options
     self::$options = Note_Options::get_options();
 }