Hello @chbary
I have created a development branch which can remove the review date from review schema markup.
Please install this branch zip – https://github.com/brainstormforce/all-in-one-schemaorg-rich-snippets/tree/remove_review_date
Also, you need to add this code snippet in your theme’s funtions.php file.
Code snippet –
add_filter( ‘aiosrs_review_time_enabled’, ‘my_function’, 10);
function my_function( $bool ) {
return false;
}
It will remove the review date from the review summary box.
Regards,
Uttam
Thread Starter
chbary
(@chbary)
Thanks for your reply and code, is this code and plugin will work with all themes? also i tried on my other Astra theme site and this code does’t seems to be working on that.
please check.
http://1.wpfixes.website/muaoreetereharet/
Hello @chbary
Could you please confirm that you have installed this development branch zip for that code – https://github.com/brainstormforce/all-in-one-schemaorg-rich-snippets/tree/remove_review_date
If you still facing the issue please open a support ticket from plugin backend setting page.
Regards,
Uttam