[ad_1]
Hi,
I am creating a custom schema for my recipe page. But for some reason, this plugin also creates a schema when reviews are on the page. Could you please guide me on how I can remove it? I tried but this is not working
remove_filter('the_content', array('YasrRichSnippets', 'addSchema'), 99);
remove_action('wp_footer', array('YasrRichSnippets', 'addSchema'), 99);
I appreciate your help.
