-
What is the difference between just using the custom short code option (in the backend without implementing it into the content page) and using the following code:
/**
* Filter: Allow disabling the review display.
*
* @param bool $return true to disable.
*/
add_filter( ‘rank_math/snippet/review/hide_data’, ‘__return_true’ );My objective is to hide the Schema for recipes
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
You must be logged in to reply to this ticket.