ahmedkaludi / amp-theme-framework

Start Creating an AMP theme in minutes - This is a default / boilerplate theme, you can use this, modify and make one your own.
https://ampforwp.com/amp-theme-framework/
75 stars 35 forks source link

Remove action not working #23

Open vasuAg106 opened 5 years ago

vasuAg106 commented 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 );