Exemplo n.º 1
0
 /**
  * Resets the site to the default WordPress SEO settings and runs a title test to check
  * whether force rewrite needs to be on.
  *
  * @deprecated 1.5.0
  * @deprecated use WPSEO_Options::reset()
  * @see        WPSEO_Options::reset()
  */
 function reset_defaults()
 {
     _deprecated_function(__METHOD__, 'WPSEO 1.5.0', 'WPSEO_Options::reset()');
     WPSEO_Options::reset();
 }