Disable slim seo for webstories
-
Hello,
According to the documentation <https://wpslimseo.com/docs/disable-features/>, i have added the below code in my functions.php, but it didnt disable the slim seo features like adding ‘og:’and
add_action( ‘slim_seo_init’, function( $plugin ) {
$plugin->disable( ‘webstories’ );
} );How to disable the slim seo features for webstories?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Disable slim seo for webstories’ is closed to new replies.