-
Hi there,
I have a form on one of our pages that stops working while Rankmath is enabled, so I’ve had to turn it off for now.
The form is with forminator and the forms work on all other pages, just one particular page. What is your suggestion? how can I disable rank math on specific pages?
I tried putting this code into functions.php and it didn’t seem to work, the page id is correct.
add_action( ‘wp_head’, ‘rankmath_disable_features’,1);
function rankmath_disable_features() {
if( is_page( $page_id) ) {
remove_all_actions( ‘rank_math/head’);
}
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
The ticket ‘conflict with Forminator’ is closed to new replies.