auto-patch 700-dev-dev01-2024-06-01T22_54_01
This commit is contained in:
@@ -15,7 +15,7 @@ if ( ! function_exists( 'add_filter' ) ) {
|
||||
* {@internal Nobody should be able to overrule the real version number as this can cause
|
||||
* serious issues with the options, so no if ( ! defined() ).}}
|
||||
*/
|
||||
define( 'WPSEO_VERSION', '22.7' );
|
||||
define( 'WPSEO_VERSION', '22.8' );
|
||||
|
||||
|
||||
if ( ! defined( 'WPSEO_PATH' ) ) {
|
||||
@@ -363,9 +363,6 @@ function wpseo_init() {
|
||||
require_once WPSEO_PATH . 'inc/wpseo-non-ajax-functions.php';
|
||||
}
|
||||
|
||||
// Init it here because the filter must be present on the frontend as well or it won't work in the customizer.
|
||||
new WPSEO_Customizer();
|
||||
|
||||
$integrations = [];
|
||||
$integrations[] = new WPSEO_Slug_Change_Watcher();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user