Skip to content

Instantly share code, notes, and snippets.

@billerickson
Created March 1, 2020 16:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save billerickson/bf0c7ee720e26a1e5623d4c9830053b1 to your computer and use it in GitHub Desktop.
Save billerickson/bf0c7ee720e26a1e5623d4c9830053b1 to your computer and use it in GitHub Desktop.
<?php
add_filter( 'be_product_review_schema_post_types', function( $post_types ) {
return [ 'product' ];
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment