Ejemplo n.º 1
0
 /**
  * Sanitize theme options.
  *
  * Get rid of the local license key status option when adding a new one
  *
  * @since 0.1.0
  */
 public function sanitize_theme_options($input)
 {
     /* Sanitize theme options via this filter hook. */
     return WPGo_Hooks::wpgo_sanitize_theme_options($input);
 }