Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove action not working #23

Open
vasuAg106 opened this issue Mar 28, 2019 · 0 comments
Open

Remove action not working #23

vasuAg106 opened this issue Mar 28, 2019 · 0 comments

Comments

@vasuAg106
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant