Title: AMP
Last modified: December 6, 2019

---

# AMP

 *  Resolved [lofesa](https://wordpress.org/support/users/lofesa/)
 * (@lofesa)
 * [6 years, 5 months ago](https://wordpress.org/support/topic/amp-34/)
 * Hi
    When the plugin is enabled, AMP plugin say that have validation issues. I
   have solved this loading jquery only when page is not amp. Some like this:
 *     ```
       if (function_exists( ‘is_amp_endpoint’ ) && ! is_amp_endpoint()) {
           wp_enqueue_script('jquery', plugins_url('/js/jquery-3.4.1.min.js', __FILE__), false, '3.4.1', true);
           }
       ```
   

Viewing 4 replies - 1 through 4 (of 4 total)

 *  Plugin Author [Ramoonus](https://wordpress.org/support/users/ramoonus/)
 * (@ramoonus)
 * [6 years, 5 months ago](https://wordpress.org/support/topic/amp-34/#post-12216444)
 * which AMP plugin are you using?
 *  Thread Starter [lofesa](https://wordpress.org/support/users/lofesa/)
 * (@lofesa)
 * [6 years, 5 months ago](https://wordpress.org/support/topic/amp-34/#post-12216462)
 * Hi
    I´m using the [AMP plugin](https://wordpress.org/plugins/amp/) from Automattic,
   now know as “Oficial Amp plugin”. This plugin when in paired or native mode take
   the whole html output and deletes all things is not compatible with amp. So the
   final amp page don´t have issues, but need to delete the jquery script and show
   a warning.
 *  Plugin Author [Ramoonus](https://wordpress.org/support/users/ramoonus/)
 * (@ramoonus)
 * [6 years, 5 months ago](https://wordpress.org/support/topic/amp-34/#post-12220455)
 * makes sense
 *  Plugin Author [Ramoonus](https://wordpress.org/support/users/ramoonus/)
 * (@ramoonus)
 * [6 years, 4 months ago](https://wordpress.org/support/topic/amp-34/#post-12291728)
 * JQU-126

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘AMP’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/jquery-updater.svg)
 * [jQuery Updater](https://wordpress.org/plugins/jquery-updater/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/jquery-updater/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/jquery-updater/)
 * [Active Topics](https://wordpress.org/support/plugin/jquery-updater/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/jquery-updater/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/jquery-updater/reviews/)

## Tags

 * [jquery](https://wordpress.org/support/topic-tag/jquery/)

 * 4 replies
 * 2 participants
 * Last reply from: [Ramoonus](https://wordpress.org/support/users/ramoonus/)
 * Last activity: [6 years, 4 months ago](https://wordpress.org/support/topic/amp-34/#post-12291728)
 * Status: resolved