diff --git a/inc/namespace.php b/inc/namespace.php index c0f8525..c71c6c2 100644 --- a/inc/namespace.php +++ b/inc/namespace.php @@ -198,7 +198,7 @@ function active_yoast_plugins( $active_plugins ) { foreach ( YOAST_PLUGINS as $plugin_file ) { $plugin_path = Altis\ROOT_DIR . '/vendor/yoast/' . $plugin_file; if ( is_readable( $plugin_path ) ) { - $active_plugins[] = $plugin_file; + $active_plugins[ $plugin_file ] = time(); } }