-
It would be nice with more hooks, especially the ones related to outputting a post/page/term/etc’s permalink. In our case, for internal reasons, a querystring is appended to the permalink of entities, e.g.:
/product/something
becomes
/product/something?bypassCache=123
But in the Preview section of RankMath under a specific post/page/term, it displays the google link like so:
https://domain.com/product?something=123I have looked through the source code, but I am unable to find any filters related to this. It would be very helpful if the
get_post_data
method of class-serp-preview.php had a filter assigned to the permalink, so it could be adjusted.
The ticket ‘More hooks would be nice’ is closed to new replies.