Hello,
Thank you for contacting the Rank Math support.
We’re extremely sorry we don’t provide trial of Pro version. Though we have money back guarantee if you aren’t satisfied with the plugin. You can read more about the refund policy here.
Hope that helps and please do not hesitate to let us know if you need our assistance with anything else.
Thank you
it possible to remove breadcrumb “product” with rank math pro version?
https://snipboard.io/FB1jCq.jpg
thanks
Hello,
You can do that without purchasing PRO by adding the following filter:
add_filter( 'rank_math/frontend/breadcrumb/items', function( $crumbs, $class ) {
if ( (count($crumbs) == 4) && ( is_product() ) ){
$crumbs[1]=$crumbs[2];
$crumbs[2] = $crumbs[3];
unset($crumbs[3]);
}
return $crumbs;
}, 10, 2);
Here’s how you can add filters/hooks to your WordPress site:
https://rankmath.com/kb/wordpress-hooks-actions-filters/
Let us know how it goes. Looking forward to helping you.
Thank you.
Hello,
Since we did not hear back from you for 15 days, we are assuming that you found the solution. We are closing this support ticket.
If you still need assistance or any other help, please feel free to open a new support ticket, and we will be more than happy to assist.
Thank you.