Open vasuAg106 opened 5 years ago
We are trying to remove title action from AMP post template head . Refer to the code below add_action( 'amp_post_template_head', function() { remove_action( 'amp_post_template_head', 'affordance_amp_post_template_add_title' ); }, 9 );
We are trying to remove title action from AMP post template head . Refer to the code below add_action( 'amp_post_template_head', function() { remove_action( 'amp_post_template_head', 'affordance_amp_post_template_add_title' ); }, 9 );