amp-theme-framework icon indicating copy to clipboard operation
amp-theme-framework copied to clipboard

Remove action not working

Open vasuAg106 opened this issue 5 years ago • 0 comments

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

vasuAg106 avatar Mar 28 '19 12:03 vasuAg106