Created
June 25, 2024 10:35
-
-
Save Crocoblock/f585e1d8e0907585f0ccf387406d2ef8 to your computer and use it in GitHub Desktop.
JetEngine Slim SEO compatibility
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
add_filter( 'slim_seo_bricks_skipped_elements', function( $elements ) { | |
$elements[] = 'jet-engine-listing-grid'; | |
return $elements; | |
} ); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment