Hook to add content
-
Hi,
I need to add content at the end of every page only for AMP version.
Is there any hook I could use?
I tried with the generic:
if ( function_exists( ‘is_amp_endpoint’ ) && is_amp_endpoint() )
and it works for AMP, but the content of the standard pages disappears.
So I wanted to know if there is some hook specific for the plugin that I could use
Thanks!
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Hook to add content’ is closed to new replies.