Function amp_is_available
-
I am getting an error on my site:
Notice: Function amp_is_available was called incorrectly.?
amp_is_available()
?(or?amp_is_request()
, formerly?is_amp_endpoint()
) was called too early and so it will not work properly. WordPress is currently doing the?load_script_textdomain_relative_path
hook. Calling this function before thewp
action means it will not have access toWP_Query
and the queried object to determine if it is an AMP response, thus neither theamp_skip_post()
filter nor the AMP enabled toggle will be considered. It appears the plugin with slugjetpack
is responsible; please contact the author. Please see Debugging in WordPress for more information. (This message was added in version 2.0.0.) in /home/maxc5j12129m/public_html/moshicellar.com/wp-includes/functions.php?on line 6085Any ideas what this error means?
I have already use the Health Check & Triubleshooting plugin, checked all plugins and theme. But the issue is stilll here.
Steps that I have done: https://jetpack.com/support/troubleshooting-plugin-and-theme-conflicts/
How can I solve this issue?
Thanks!
The page I need help with: [log in to see the link]
- The topic ‘Function amp_is_available’ is closed to new replies.