-
hi there, can you help how to fix rank math meta title and deskripsion not working on vitual post page, here is code virtual page
https://coderwall.com/p/fwea7g/create-wordpress-virtual-page-on-the-fly
i tried on all in one seo workingking fine no problem with meta title and deskription.
i use this filter but not working
// Filter Rankmath
add_filter(‘rank_math/frontend/title’, array($kam, ‘filter_rankmath_title’));
add_filter(‘rank_math/frontend/canonical’, array($kam, ‘filter_rankmath_canonical_url’));
add_filter(‘rank_math/frontend/description’, array($kam, ‘filter_rankmath_description’));please help thank you
The ticket ‘Rankmath Meta Title and Description Notworking on virtual page’ is closed to new replies.