Skip to content

Instantly share code, notes, and snippets.

@Crocoblock
Created June 25, 2024 10:35
Show Gist options
  • Save Crocoblock/f585e1d8e0907585f0ccf387406d2ef8 to your computer and use it in GitHub Desktop.
Save Crocoblock/f585e1d8e0907585f0ccf387406d2ef8 to your computer and use it in GitHub Desktop.
JetEngine Slim SEO compatibility
<?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