AMP for WP – Accelerated Mobile Pages Security & Risk Analysis

wordpress.org/plugins/accelerated-mobile-pages

AMP for WP is the most recommended AMP plugin by the community. Automatically add Accelerated Mobile Pages (Google AMP Project) functionality on your …

90K active installs v1.1.12 PHP + WP 3.0+ Updated Mar 2, 2026
accelerated-mobile-pagesampgoogle-ampmobileseo
92
A · Safe
CVEs total14
Unpatched0
Last CVEJan 8, 2026
Safety Verdict

Is AMP for WP – Accelerated Mobile Pages Safe to Use in 2026?

Generally Safe

Score 92/100

AMP for WP – Accelerated Mobile Pages has a strong security track record. Known vulnerabilities have been patched promptly. It's a solid choice for most WordPress installations.

14 known CVEsLast CVE: Jan 8, 2026Updated 2mo ago
Risk Assessment

The 'accelerated-mobile-pages' plugin, in version 1.1.12, presents a mixed security posture. While the plugin exhibits some good practices, such as a high percentage of prepared SQL statements and a large number of capability checks, there are significant concerns that warrant attention. The presence of 42 AJAX handlers, one of which lacks authentication checks, creates a direct attack vector. Furthermore, the use of the `unserialize` function is a known risk, as it can lead to deserialization vulnerabilities if not handled with extreme care and sanitized input. The static analysis also reveals a concerning number of unsanitized paths in taint flows, indicating potential weaknesses in how user-supplied data is processed. While there are no currently unpatched CVEs, the plugin's historical vulnerability record is extensive, with 14 known CVEs, predominantly of medium severity, but including one high severity vulnerability. This history suggests a pattern of introducing security flaws, particularly in authorization and input neutralization, which requires ongoing vigilance.

Key Concerns

  • AJAX handler without authentication check
  • Use of dangerous function: unserialize
  • Flows with unsanitized paths (6)
  • History of 1 high severity CVE
  • History of 13 medium severity CVEs
  • Bundled outdated library: TinyMCE v2.3.2
Vulnerabilities
14 published

AMP for WP – Accelerated Mobile Pages Security Vulnerabilities

CVEs by Year

2 CVEs in 2018
2018
2 CVEs in 2021
2021
2 CVEs in 2023
2023
6 CVEs in 2024
2024
2 CVEs in 2026
2026
Patched Has unpatched

Severity Breakdown

High
1
Medium
13

14 total CVEs

CVE-2026-0627medium · 6.4Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')

AMP for WP <= 1.1.10 - Authenticated (Contributor+) Stored Cross-Site Scripting via SVG File Upload

Jan 8, 2026 Patched in 1.1.11 (1d)
CVE-2025-14468medium · 4.3Cross-Site Request Forgery (CSRF)

AMP for WP – Accelerated Mobile Pages <= 1.1.9 - Cross-Site Request Forgery to Comment Submission

Jan 6, 2026 Patched in 1.1.10 (9d)
CVE-2024-11254medium · 6.1Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')

AMP for WP – Accelerated Mobile Pages <= 1.1.1 - Reflected Cross-Site Scripting

Dec 17, 2024 Patched in 1.1.2 (1d)
CVE-2024-9598high · 8.8Cross-Site Request Forgery (CSRF)

AMP for WP – Accelerated Mobile Pages <= 1.0.99.1 - Cross-Site Request Forgery to Privilege Escalation

Oct 24, 2024 Patched in 1.0.99.2 (1d)
CVE-2024-43146medium · 4.3Missing Authorization

AMP for WP <= 1.0.96.1 - Missing Authorization

Aug 7, 2024 Patched in 1.0.97 (8d)
CVE-2024-6896medium · 6.4Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')

AMP for WP – Accelerated Mobile Pages <= 1.0.96.1 - Authenticated (Author+) Stored Cross-Site Scripting via SVG File Upload

Jul 23, 2024 Patched in 1.0.97 (1d)
CVE-2024-1043medium · 6.5Improper Authorization

AMP for WP <= 1.0.93.1 - Authenticated(Contributor+) Arbitrary Post Deletion via amppb_remove_saved_layout_data

Feb 6, 2024 Patched in 1.0.93.2 (177d)
CVE-2024-0587medium · 6.1Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')

Accelerated Mobile Pages <= 1.0.92.1 - Reflected Cross-Site Scripting

Jan 22, 2024 Patched in 1.0.93 (190d)
CVE-2023-6782medium · 6.4Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')

AMP for WP – Accelerated Mobile Pages <= 1.0.92 - Authenticated (Contributor+) Cross-Site Scripting via Shortcode

Dec 18, 2023 Patched in 1.0.92.1 (225d)
CVE-2023-48321medium · 6.4Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')

Accelerated Mobile Pages <= 1.0.88.1 - Authenticated (Contributor+) Stored Cross-Site Scripting via shortcode

Nov 28, 2023 Patched in 1.0.89 (56d)
CVE-2021-23209medium · 5.5Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')

AMP for WP <= 1.0.77.32 - Authenticated Stored Cross-Site Scripting

Dec 15, 2021 Patched in 1.0.77.33 (768d)
CVE-2021-23150medium · 5.5Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')

AMP for WP – Accelerated Mobile Pages <= 1.0.77.31 - Authenticated (Admin+) Stored Cross-Site Scripting

Dec 11, 2021 Patched in 1.0.77.32 (773d)
CVE-2018-20838medium · 5.4Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')

AMP for WP <= 0.9.97.20 - Stored Cross-Site Scripting

Nov 20, 2018 Patched in 0.9.97.21 (1890d)

AMP for WP <= 0.9.97.19 - Missing Authorization

Oct 20, 2018 Patched in 0.9.97.20 (1921d)
Version History

AMP for WP – Accelerated Mobile Pages Release Timeline

Code Analysis
Analyzed Mar 16, 2026

AMP for WP – Accelerated Mobile Pages Code Analysis

Dangerous Functions
1
Raw SQL Queries
5
23 prepared
Unescaped Output
1232
4343 escaped
Nonce Checks
44
Capability Checks
74
File Operations
20
External Requests
18
Bundled Libraries
1

Dangerous Functions Found

unserialize$schema_data = unserialize($schema_data[0]);includes\thirdparty-compatibility.php:1760

Bundled Libraries

TinyMCE2.3.2

SQL Query Safety

82% prepared28 total queries

Output Escaping

78% escaped5575 total outputs
Data Flows · Security
6 unsanitized

Data Flow Analysis

21 flows6 with unsanitized paths
ampforwp_analytics (includes\features\analytics\analytics-functions.php:8)
Source (user input) Sink (dangerous op) Sanitizer Transform Unsanitized Sanitized
Attack Surface
1 unprotected

AMP for WP – Accelerated Mobile Pages Attack Surface

Entry Points53
Unprotected1

AJAX Handlers 42

authwp_ajax_ampforwp_automattic_notice_deleteaccelerated-moblie-pages.php:1463
authwp_ajax_amp_consent_submissioncomponents\gdpr\gdpr.php:126
noprivwp_ajax_amp_consent_submissioncomponents\gdpr\gdpr.php:127
authwp_ajax_ampforwp_subscribe_newsletterincludes\features\functions.php:1490
noprivwp_ajax_ampforwp_subscribe_newsletterincludes\features\functions.php:1491
authwp_ajax_ampforwp_feedback_remove_noticeincludes\features\functions.php:1628
authwp_ajax_ampforwp_tpd_remove_noticeincludes\features\functions.php:1660
authwp_ajax_ampforwp_clear_css_tree_shakingincludes\features\performance\performance-functions.php:435
authwp_ajax_ampforwp_send_feedbackincludes\mb-helper-function.php:105
authwp_ajax_ampforwp_enable_modules_upgreadincludes\modules-upgrade.php:4
authwp_ajax_ampforwp_import_modules_scemaincludes\modules-upgrade.php:184
authwp_ajax_ampforwp_import_modules_adsincludes\modules-upgrade.php:286
noprivwp_ajax_redux_pincludes\options\redux-core\inc\class.p.php:10
authwp_ajax_redux_pincludes\options\redux-core\inc\class.p.php:11
authwp_ajax_redux_hide_admin_noticeincludes\options\redux-core\inc\class.redux_admin_notices.php:32
authwp_ajax_ampforwp_get_licence_activate_updateincludes\updater\update.php:167
authwp_ajax_ampforwp_set_license_transientincludes\updater\update.php:169
authwp_ajax_ampforwp_deactivate_licenseincludes\updater\update.php:262
authwp_ajax_ampforwp_save_installerinstall\index.php:125
authwp_ajax_amppb_color_pickerpagebuilder\inc\adminAjaxContents.php:5
authwp_ajax_amppb_textEditorpagebuilder\inc\adminAjaxContents.php:20
authwp_ajax_enable_amp_pagebuilderpagebuilder\inc\adminAjaxContents.php:35
authwp_ajax_amppb_export_layout_datapagebuilder\inc\adminAjaxContents.php:73
authwp_ajax_amppb_save_layout_datapagebuilder\inc\adminAjaxContents.php:103
authwp_ajax_amppb_remove_saved_layout_datapagebuilder\inc\adminAjaxContents.php:156
authwp_ajax_ampforwp_get_imagepagebuilder\inc\adminAjaxContents.php:204
authwp_ajax_ampforwp_icons_list_formatpagebuilder\inc\adminAjaxContents.php:270
authwp_ajax_ampforwp_pb_taxonomypagebuilder\inc\adminAjaxContents.php:289
authwp_ajax_ampforwp_pb_catspagebuilder\inc\adminAjaxContents.php:313
authwp_ajax_ampforwp_dynaminc_csspagebuilder\inc\adminAjaxContents.php:341
noprivwp_ajax_ampforwp_dynaminc_csspagebuilder\inc\adminAjaxContents.php:342
authwp_ajax_ampforwp_categoriestemplates\features.php:7344
authwp_ajax_ampforwp_tagstemplates\features.php:7360
authwp_ajax_ampforwp_import_file_from_filetemplates\features.php:8127
authwp_ajax_ampforwp_set_option_panel_viewtemplates\features.php:8490
authwp_ajax_ampforwp_referesh_related_posttemplates\features.php:9450
authwp_ajax_ampforwp_search_infinite_scroll_posttemplates\features.php:10595
noprivwp_ajax_ampforwp_search_infinite_scroll_posttemplates\features.php:10596
authwp_ajax_ampforwp_infinite_scroll_post_ajaxtemplates\features.php:10619
noprivwp_ajax_ampforwp_infinite_scroll_post_ajaxtemplates\features.php:10620
authwp_ajax_amp_theme_ajaxcommentstemplates\template-mode\template-mode.php:50
noprivwp_ajax_amp_theme_ajaxcommentstemplates\template-mode\template-mode.php:51

Shortcodes 11

[Best_Wordpress_Gallery] classes\class-ampforwp-photo-gallery-embed.php:15
[rev_slider] classes\class-ampforwp-rev-slider.php:15
[slide-anything] classes\class-ampforwp-slide-anything-embed.php:12
[youtube] classes\class-ampforwp-youtube-embed.php:39
[ampforwp_visibility] includes\features\functions.php:1727
[saswp_tiny_multiple_faq] includes\thirdparty-compatibility.php:1569
[3d_viewer] includes\thirdparty-compatibility.php:1620
[ays_poll] includes\thirdparty-compatibility.php:2016
[amp-gist] templates\features.php:3717
[gap] templates\features.php:6934
[ampforwp_current_year] templates\features.php:10188
WordPress Hooks 731
actioninitaccelerated-moblie-pages.php:63
filteraioseo_unrecognized_allowed_query_argsaccelerated-moblie-pages.php:101
actioninitaccelerated-moblie-pages.php:345
actionupdate_option_category_baseaccelerated-moblie-pages.php:347
actionupdate_option_tag_baseaccelerated-moblie-pages.php:352
actionupdate_option_permalink_structureaccelerated-moblie-pages.php:357
actioninitaccelerated-moblie-pages.php:366
actionupgrader_process_completeaccelerated-moblie-pages.php:432
actionadmin_initaccelerated-moblie-pages.php:458
actioninitaccelerated-moblie-pages.php:472
actionafter_setup_themeaccelerated-moblie-pages.php:570
actionafter_setup_themeaccelerated-moblie-pages.php:584
actionplugins_loadedaccelerated-moblie-pages.php:602
filterplugin_action_linksaccelerated-moblie-pages.php:610
actioninitaccelerated-moblie-pages.php:706
actionplugins_loadedaccelerated-moblie-pages.php:754
actioninitaccelerated-moblie-pages.php:757
filterrequestaccelerated-moblie-pages.php:780
actionwpaccelerated-moblie-pages.php:781
filterold_slug_redirect_urlaccelerated-moblie-pages.php:784
actionredux/options/redux_builder_amp/savedaccelerated-moblie-pages.php:905
actionredux/options/redux_builder_amp/resetaccelerated-moblie-pages.php:906
actionredux/options/redux_builder_amp/section/resetaccelerated-moblie-pages.php:907
actionredux/options/redux_builder_amp/savedaccelerated-moblie-pages.php:908
filteramp_customizer_is_enabledaccelerated-moblie-pages.php:931
actionamp_initaccelerated-moblie-pages.php:1127
actionwidgets_initaccelerated-moblie-pages.php:1129
actionafter_setup_themeaccelerated-moblie-pages.php:1200
filterplugin_row_metaaccelerated-moblie-pages.php:1209
actionactivate_pluginaccelerated-moblie-pages.php:1291
actionpre_amp_render_postaccelerated-moblie-pages.php:1298
actionpre_amp_render_postaccelerated-moblie-pages.php:1363
actionplugins_loadedaccelerated-moblie-pages.php:1370
actionwidgets_initaccelerated-moblie-pages.php:1381
filterredux/options/redux_builder_amp/sectionsaccelerated-moblie-pages.php:1414
filterredux/options/redux_builder_amp/sectionsaccelerated-moblie-pages.php:1434
actioncurrent_screenaccelerated-moblie-pages.php:1474
actionamp_initaccelerated-moblie-pages.php:1645
actionadmin_noticesbase_remover\base_remover.php:13
filterinitbase_remover\base_remover.php:26
actioncreated_categorybase_remover\base_remover.php:40
actionedited_categorybase_remover\base_remover.php:41
actiondelete_categorybase_remover\base_remover.php:42
filtercategory_rewrite_rulesbase_remover\base_remover.php:43
actioncreated_post_tagbase_remover\base_remover.php:52
actionedited_post_tagbase_remover\base_remover.php:53
actiondelete_post_tagbase_remover\base_remover.php:54
filterpost_tag_rewrite_rulesbase_remover\base_remover.php:55
filtertag_rewrite_rulesbase_remover\base_remover.php:59
actionamp_experiment_metaclasses\class-ampforwp-infinite-scroll.php:24
filterampforwp_post_template_dataclasses\class-ampforwp-infinite-scroll.php:26
actionampforwp_above_related_postclasses\class-ampforwp-infinite-scroll.php:29
actionampforwp_global_after_footerclasses\class-ampforwp-infinite-scroll.php:32
actionampforwp_single_design_type_handleclasses\class-ampforwp-infinite-scroll.php:34
actionamp_experiment_metaclasses\class-ampforwp-infinite-scroll.php:40
filterampforwp_post_template_dataclasses\class-ampforwp-infinite-scroll.php:42
actionampforwp_loop_before_paginationclasses\class-ampforwp-infinite-scroll.php:44
filterampforwp_next_posts_linkclasses\class-ampforwp-infinite-scroll.php:46
filteramp_gallery_imagesclasses\class-ampforwp-photo-gallery-embed.php:306
filteramp_thumbnail_imagesclasses\class-ampforwp-photo-gallery-embed.php:308
filteramp_gallery_imagesclasses\class-ampforwp-rev-slider.php:580
filteramp_thumbnail_imagesclasses\class-ampforwp-rev-slider.php:582
filteramp_gallery_imagesclasses\class-ampforwp-slide-anything-embed.php:320
filteramp_thumbnail_imagesclasses\class-ampforwp-slide-anything-embed.php:322
filterwp_video_shortcode_overrideclasses\class-ampforwp-youtube-embed.php:40
filterampforwp_post_template_datacomponents\comments\comments.php:236
filteramp_post_template_datacomponents\components-core.php:14
actionamp_post_template_csscomponents\components-core.php:65
actionamp_csscomponents\components-core.php:69
actionamp_post_template_headcomponents\components-core.php:328
actionamp_metacomponents\components-core.php:637
actionamp_csscomponents\components-core.php:644
actionamp_post_template_csscomponents\components-core.php:697
actionamp_post_template_footercomponents\components-core.php:1058
filteramp_post_template_datacomponents\gdpr\gdpr.php:121
actionamp_post_template_csscomponents\gdpr\gdpr.php:123
actionamp_post_template_csscomponents\google-font\google-font.php:2
actionamp_post_template_csscomponents\logo\logo.php:39
actionamp_post_template_csscomponents\menu\menu.php:53
filterampforwp_modify_rel_canonicalcomponents\post-pagination\post-pagination.php:132
actionamp_post_template_headcomponents\post-pagination\post-pagination.php:157
actionamp_post_template_csscomponents\social-icons\social-icons.php:178
filteramp_post_template_filecomponents\theme-loader.php:23
filterampforwp_the_content_last_filterincludes\amp-optimizer-addon.php:3
filteramp_enable_ssrincludes\amp-optimizer-addon.php:6
actionampforwp_after_headerincludes\features\advertisement\ads-functions.php:7
actionampforwp_design_1_after_headerincludes\features\advertisement\ads-functions.php:8
actionamp_post_template_footerincludes\features\advertisement\ads-functions.php:9
actionampforwp_before_post_contentincludes\features\advertisement\ads-functions.php:10
actionampforwp_inside_post_content_beforeincludes\features\advertisement\ads-functions.php:11
actionampforwp_after_post_contentincludes\features\advertisement\ads-functions.php:12
actionampforwp_below_the_titleincludes\features\advertisement\ads-functions.php:13
actionampforwp_above_related_postincludes\features\advertisement\ads-functions.php:14
actionpre_amp_render_postincludes\features\advertisement\ads-functions.php:280
actionampforwp_after_the_post_content_wrpincludes\features\advertisement\ads-functions.php:284
filteramp_post_template_dataincludes\features\advertisement\ads-functions.php:546
actionamp_post_template_cssincludes\features\advertisement\ads-functions.php:563
filterampforwp_ads_option_fieldsincludes\features\advertisement\ads-options.php:92
filterampforwp_modify_ad_1includes\features\advertisement\mgid-ads-functions.php:7
filterampforwp_modify_ad_2includes\features\advertisement\mgid-ads-functions.php:8
filterampforwp_modify_ad_3includes\features\advertisement\mgid-ads-functions.php:9
filterampforwp_modify_ad_4includes\features\advertisement\mgid-ads-functions.php:10
filterampforwp_modify_ad_5includes\features\advertisement\mgid-ads-functions.php:11
filterampforwp_modify_ad_6includes\features\advertisement\mgid-ads-functions.php:12
filterampforwp_modify_ad_7includes\features\advertisement\mgid-ads-functions.php:13
filterampforwp_modify_ad_8includes\features\advertisement\mgid-ads-functions.php:14
actionpre_amp_render_postincludes\features\amp_bridge.php:79
filterampforwp_the_content_last_filterincludes\features\amp_bridge.php:81
actioninfinite_scroll_amp_analyticsincludes\features\analytics\analytics-functions.php:6
actionamp_post_template_footerincludes\features\analytics\analytics-functions.php:7
actionamp_post_template_footerincludes\features\analytics\analytics-functions.php:822
actionamp_post_template_headincludes\features\analytics\analytics-functions.php:836
actionamp_initincludes\features\analytics\analytics-functions.php:847
actionampforwp_body_beginningincludes\features\analytics\analytics-functions.php:853
actionamp_post_template_footerincludes\features\analytics\analytics-functions.php:857
actionampforwp_body_beginningincludes\features\analytics\analytics-functions.php:867
filterampforwp_advance_google_analyticsincludes\features\analytics\analytics-functions.php:932
filterampforwp_advance_google_analytics4includes\features\analytics\analytics-functions.php:988
filterquery_varsincludes\features\analytics\analytics-functions.php:1043
filterparse_queryincludes\features\analytics\analytics-functions.php:1095
actionpre_amp_render_postincludes\features\functions.php:13
filterampforwp_the_content_last_filterincludes\features\functions.php:22
actionadmin_enqueue_scriptsincludes\features\functions.php:27
actionadmin_noticesincludes\features\functions.php:31
actionredux/page/redux_builder_amp/enqueueincludes\features\functions.php:55
actionwp_print_scriptsincludes\features\functions.php:97
actionadmin_noticesincludes\features\functions.php:99
actionadmin_noticesincludes\features\functions.php:100
actionadmin_noticesincludes\features\functions.php:101
actionadmin_noticesincludes\features\functions.php:102
actionadmin_noticesincludes\features\functions.php:103
actionadmin_noticesincludes\features\functions.php:104
actionadmin_noticesincludes\features\functions.php:105
actionadmin_noticesincludes\features\functions.php:106
actionadmin_noticesincludes\features\functions.php:107
actionadmin_noticesincludes\features\functions.php:108
actionadmin_noticesincludes\features\functions.php:112
actionadmin_noticesincludes\features\functions.php:123
actionwpincludes\features\functions.php:322
actionwp_update_nav_menuincludes\features\functions.php:1160
actionredux/options/redux_builder_amp/savedincludes\features\functions.php:1184
actionamp_post_template_cssincludes\features\functions.php:1229
filteramp_post_template_dataincludes\features\functions.php:1230
actionamp_post_template_cssincludes\features\functions.php:1231
actionamp_post_template_cssincludes\features\notice-bar\notice-bar-functions.php:6
actionampforwp_global_after_footerincludes\features\notice-bar\notice-bar-functions.php:24
filteramp_post_template_dataincludes\features\notice-bar\notice-bar-functions.php:53
actionamp_initincludes\features\notice-bar\notice-bar-functions.php:67
actionamp_footer_linkincludes\features\notice-bar\notice-bar-functions.php:73
actionamp_post_template_footerincludes\features\notice-bar\notice-bar-functions.php:75
actionamp_post_template_headincludes\features\opengraph.php:4
filterampforwp_page_booster_custom_fieldsincludes\features\page-booster\page-booster-options.php:19
filterampforwp_the_content_last_filterincludes\features\performance\performance-functions.php:6
filterw3tc_minify_html_enableincludes\features\performance\performance-functions.php:26
actionadmin_noticesincludes\features\performance\performance-functions.php:281
actionadmin_noticesincludes\features\performance\performance-functions.php:287
actionredux/options/redux_builder_amp/savedincludes\features\performance\performance-functions.php:437
actionactivate_pluginincludes\features\performance\performance-functions.php:471
actiondeactivate_pluginincludes\features\performance\performance-functions.php:472
actionsave_postincludes\features\performance\performance-functions.php:492
actionampforwp_body_beginningincludes\features\push-notification\push-notification-functions.php:6
actionampforwp_after_post_contentincludes\features\push-notification\push-notification-functions.php:56
actionampforwp_before_post_contentincludes\features\push-notification\push-notification-functions.php:66
actionpre_amp_render_postincludes\features\push-notification\push-notification-functions.php:79
actionampforwp_push_notification_widgetincludes\features\push-notification\push-notification-functions.php:84
actionampforwp_call_buttonincludes\features\push-notification\push-notification-functions.php:85
actionamp_post_template_footerincludes\features\push-notification\push-notification-functions.php:88
actionampforwp_after_post_contentincludes\features\push-notification\push-notification-functions.php:91
actionampforwp_inside_post_content_beforeincludes\features\push-notification\push-notification-functions.php:95
actionampforwp_before_post_contentincludes\features\push-notification\push-notification-functions.php:96
filteramp_post_template_dataincludes\features\push-notification\push-notification-functions.php:139
actionamp_post_template_cssincludes\features\push-notification\push-notification-functions.php:156
actionampforwp_body_beginningincludes\features\push-notification\push-notification-functions.php:224
actionamp_post_template_cssincludes\features\push-notification\push-notification-functions.php:260
actionampforwp_after_post_contentincludes\features\push-notification\push-notification-functions.php:292
actionampforwp_before_post_contentincludes\features\push-notification\push-notification-functions.php:296
actionampforwp_after_post_contentincludes\features\push-notification\push-notification-functions.php:315
actionampforwp_before_post_contentincludes\features\push-notification\push-notification-functions.php:319
filteramp_post_template_metadataincludes\features\structure-data\structured-data-functions.php:6
filteramp_post_template_metadataincludes\features\structure-data\structured-data-functions.php:65
filteramp_post_template_metadataincludes\features\structure-data\structured-data-functions.php:151
filteramp_post_template_metadataincludes\features\structure-data\structured-data-functions.php:247
filteramp_post_template_metadataincludes\features\structure-data\structured-data-functions.php:324
filteramp_post_template_metadataincludes\features\structure-data\structured-data-functions.php:368
filteramp_post_template_metadataincludes\features\structure-data\structured-data-functions.php:386
actionamp_post_template_footerincludes\features\structure-data\structured-data-functions.php:413
filterampforwp_sd_custom_fieldsincludes\features\structure-data\structured-data-options.php:24
filterampforwp_sd_custom_fieldsincludes\features\structure-data\structured-data-options.php:224
actioninitincludes\includes.php:41
actioninitincludes\includes.php:45
actionadmin_enqueue_scriptsincludes\includes.php:63
filteradmin_body_classincludes\includes.php:72
actionadmin_enqueue_scriptsincludes\mb-helper-function.php:107
filteradmin_footerincludes\mb-helper-function.php:121
actionadmin_enqueue_scriptsincludes\modules\ampforwp-blurb.php:29
actionwidgets_initincludes\modules\ampforwp-blurb.php:198
actionadmin_enqueue_scriptsincludes\modules\ampforwp-button.php:30
actionadmin_footerincludes\modules\ampforwp-button.php:33
actionwidgets_initincludes\modules\ampforwp-button.php:211
actionadmin_noticesincludes\modules-upgrade.php:173
actionadmin_enqueue_scriptsincludes\newsletter.php:10
actionadmin_print_footer_scriptsincludes\newsletter.php:19
actionadmin_headincludes\newsletter.php:20
actionredux/extensions/redux_builder_amp/beforeincludes\options\extensions\loader.php:31
actionwp_dashboard_setupincludes\options\redux-core\core\dashboard.php:13
actionredux/initincludes\options\redux-core\framework.php:31
actioninitincludes\options\redux-core\framework.php:335
actionadmin_menuincludes\options\redux-core\framework.php:348
actionnetwork_admin_menuincludes\options\redux-core\framework.php:352
actionadmin_bar_menuincludes\options\redux-core\framework.php:356
actionadmin_initincludes\options\redux-core\framework.php:362
actionadmin_initincludes\options\redux-core\framework.php:367
actionadmin_noticesincludes\options\redux-core\framework.php:372
actionadmin_initincludes\options\redux-core\framework.php:375
actionadmin_enqueue_scriptsincludes\options\redux-core\framework.php:380
actionwp_headincludes\options\redux-core\framework.php:386
actionwp_enqueue_scriptsincludes\options\redux-core\framework.php:387
actionlogin_headincludes\options\redux-core\framework.php:392
actionlogin_enqueue_scriptsincludes\options\redux-core\framework.php:393
actionadmin_headincludes\options\redux-core\framework.php:398
actionadmin_enqueue_scriptsincludes\options\redux-core\framework.php:399
actionwp_print_scriptsincludes\options\redux-core\framework.php:403
actionadmin_enqueue_scriptsincludes\options\redux-core\framework.php:404
actionadmin_bar_menuincludes\options\redux-core\framework.php:412
actionadmin_headincludes\options\redux-core\framework.php:1727
filteradmin_footer_textincludes\options\redux-core\framework.php:1730
actionafter_setup_themeincludes\options\redux-core\inc\class.redux_api.php:48
actioninitincludes\options\redux-core\inc\class.redux_api.php:49
actionswitch_themeincludes\options\redux-core\inc\class.redux_api.php:50
actionredux/constructincludes\options\redux-core\inc\class.redux_instances.php:63
actioncustomize_registerincludes\options\redux-core\inc\extensions\customizer\extension_customizer.php:115
actionwp_headincludes\options\redux-core\inc\extensions\customizer\extension_customizer.php:120
actioncustomize_save_afterincludes\options\redux-core\inc\extensions\customizer\extension_customizer.php:124
actioncustomize_controls_print_scriptsincludes\options\redux-core\inc\extensions\customizer\extension_customizer.php:127
actioncustomize_controls_initincludes\options\redux-core\inc\extensions\customizer\extension_customizer.php:129
filterupload_mimesincludes\options\redux-core\inc\extensions\import_export\extension_import_export.php:98
filterredux/font-iconsincludes\options\redux-core\inc\fields\select\elusive-icons.php:315
actionadmin_enqueue_scriptsincludes\options\redux-core\inc\themecheck\class.redux_themecheck.php:78
actionadmin_enqueue_scriptsincludes\options\redux-core\inc\themecheck\class.redux_themecheck.php:79
actionthemecheck_checks_loadedincludes\options\redux-core\inc\themecheck\class.redux_themecheck.php:81
actionthemecheck_checks_loadedincludes\options\redux-core\inc\themecheck\class.redux_themecheck.php:82
actioninitincludes\options\redux-core\inc\validation\unique_slug\validation_unique_slug.php:77
actiontemplate_redirectincludes\redirect.php:7
actionwp_headincludes\redirect.php:432
filterquery_varsincludes\redirect.php:479
actionplugins_loadedincludes\thirdparty-compatibility.php:7
filterrwp_add_filtersincludes\thirdparty-compatibility.php:10
actionpre_amp_render_postincludes\thirdparty-compatibility.php:17
filterthe_contentincludes\thirdparty-compatibility.php:32
filteramp_post_template_dataincludes\thirdparty-compatibility.php:35
filteramp_post_template_dataincludes\thirdparty-compatibility.php:38
filteramp_post_template_dataincludes\thirdparty-compatibility.php:41
filterheateor_sss_disable_sharingincludes\thirdparty-compatibility.php:69
filterthe_contentincludes\thirdparty-compatibility.php:75
filterwp_is_mobileincludes\thirdparty-compatibility.php:81
filterembed_oembed_htmlincludes\thirdparty-compatibility.php:84
filterampforwp_the_content_last_filterincludes\thirdparty-compatibility.php:85
filterzeen_lazy_embedded_imagesincludes\thirdparty-compatibility.php:94
actionamp_post_template_headincludes\thirdparty-compatibility.php:105
actionamp_post_template_headincludes\thirdparty-compatibility.php:107
actionamp_post_template_headincludes\thirdparty-compatibility.php:109
actionamp_post_template_headincludes\thirdparty-compatibility.php:111
filterthe_contentincludes\thirdparty-compatibility.php:116
filterthe_contentincludes\thirdparty-compatibility.php:117
filteramp_post_template_dataincludes\thirdparty-compatibility.php:120
filteramp_post_template_fileincludes\thirdparty-compatibility.php:201
filteramp_post_template_fileincludes\thirdparty-compatibility.php:202
filteramp_post_template_fileincludes\thirdparty-compatibility.php:203
actionampforwp_pagebuilder_layout_filterincludes\thirdparty-compatibility.php:531
actionredux/options/redux_builder_amp/savedincludes\thirdparty-compatibility.php:554
filterredux/options/redux_builder_amp/data/category_list_hierarchyincludes\thirdparty-compatibility.php:561
filteramp_content_sanitizersincludes\thirdparty-compatibility.php:586
filterampforwp_content_sanitizersincludes\thirdparty-compatibility.php:587
actionactivated_pluginincludes\thirdparty-compatibility.php:594
actiondeactivated_pluginincludes\thirdparty-compatibility.php:598
actionupgrader_process_completeincludes\thirdparty-compatibility.php:609
actionamp_post_template_cssincludes\thirdparty-compatibility.php:628
actionamp_post_template_cssincludes\thirdparty-compatibility.php:641
actionamp_post_template_cssincludes\thirdparty-compatibility.php:692
actionamp_post_template_headincludes\thirdparty-compatibility.php:730
actioninitincludes\thirdparty-compatibility.php:1171
actionwp_loadedincludes\thirdparty-compatibility.php:1194
actionamp_post_template_cssincludes\thirdparty-compatibility.php:1244
filterwp_optimize_lazy_load_hook_theseincludes\thirdparty-compatibility.php:1269
actioninitincludes\thirdparty-compatibility.php:1279
actionplugin_loadedincludes\thirdparty-compatibility.php:1308
actionplugins_loadedincludes\thirdparty-compatibility.php:1440
actiontemplate_redirectincludes\thirdparty-compatibility.php:1511
actionshutdownincludes\thirdparty-compatibility.php:1516
actionpre_amp_render_postincludes\thirdparty-compatibility.php:1565
actionpre_amp_render_postincludes\thirdparty-compatibility.php:1616
actionwpincludes\thirdparty-compatibility.php:1673
filterjetpack_boost_should_defer_jsincludes\thirdparty-compatibility.php:1676
filterthe_contentincludes\thirdparty-compatibility.php:1680
actionamp_post_template_cssincludes\thirdparty-compatibility.php:1698
actionamp_post_template_cssincludes\thirdparty-compatibility.php:1766
actionamp_post_template_cssincludes\thirdparty-compatibility.php:1810
filterthe_contentincludes\thirdparty-compatibility.php:1921
actionamp_post_template_cssincludes\thirdparty-compatibility.php:1971
filtervc_gitem_post_data_get_link_real_linkincludes\thirdparty-compatibility.php:1984
actionadmin_initincludes\thirdparty-compatibility.php:1995
actionwpincludes\thirdparty-compatibility.php:2004
filterthe_contentincludes\thirdparty-compatibility.php:2029
actionamp_post_template_cssincludes\thirdparty-compatibility.php:2098
filteramp_post_template_dataincludes\thirdparty-compatibility.php:2105
filtertheme_mod_jnews_image_loadincludes\thirdparty-compatibility.php:2123
actionamp_initincludes\thirdparty-compatibility.php:2128
actionadmin_initincludes\welcome.php:7
actionadmin_footerincludes\welcome.php:105
actionadmin_menuinstall\index.php:122
actionadmin_initinstall\index.php:123
actionadmin_footerinstall\index.php:124
actionadd_meta_boxespagebuilder\amp-page-builder.php:13
actioninitpagebuilder\amp-page-builder.php:387
actionplugins_loadedpagebuilder\config\moduleTemplate.php:7
actionadmin_enqueue_scriptspagebuilder\functions.php:11
actionadmin_print_footer_scriptspagebuilder\functions.php:35
actionadmin_footerpagebuilder\functions.php:108
actionsave_postpagebuilder\inc\amppb_save_data.php:7
actionpre_amp_render_postpagebuilder\inc\viewShowFrontData.php:10
filteramp_pagebuilder_contentpagebuilder\inc\viewShowFrontData.php:26
actionamp_post_template_headpagebuilder\inc\viewShowFrontData.php:41
actionamp_post_template_datapagebuilder\inc\viewShowFrontData.php:67
actionamp_post_template_csspagebuilder\inc\viewShowFrontData.php:127
filterampforwp_body_classpagebuilder\inc\viewShowFrontData.php:174
filterampforwp_extension_pagebuilder_module_templatepagebuilder\modules\code-module.php:4
filterampforwp_extension_pagebuilder_module_templatepagebuilder\modules\comments-module.php:42
filterampforwp_content_module_argspagebuilder\modules\contents-module.php:5
actionadmin_footer-widgets.phptemplates\amp-code-widget.php:31
actionwidgets_inittemplates\amp-code-widget.php:125
actionadmin_inittemplates\ampforwp-custom-post-type.php:10
actionadd_meta_boxestemplates\ampforwp-infinite-scroll-select-post-meta.php:2
filteramp_post_template_datatemplates\custom-amp-content.php:8
actionadd_meta_boxestemplates\custom-amp-content.php:114
actionsave_posttemplates\custom-amp-content.php:204
actionadmin_headtemplates\custom-amp-content.php:206
filtermce_buttonstemplates\custom-amp-content.php:227
filtermce_external_pluginstemplates\custom-amp-content.php:228
actionadmin_headtemplates\custom-amp-content.php:242
actionamp_customizer_inittemplates\customizer\customizer-new.php:11
filteramp_customizer_get_settingstemplates\customizer\customizer-new.php:12
actionamp_customizer_register_settingstemplates\customizer\customizer-new.php:16
actionamp_customizer_register_uitemplates\customizer\customizer-new.php:17
actionamp_customizer_enqueue_preview_scriptstemplates\customizer\customizer-new.php:18
actionamp_inittemplates\customizer\customizer-new.php:207
actioncustomize_controls_enqueue_scriptstemplates\customizer\customizer-new.php:212
actionamp_customizer_inittemplates\customizer\customizer.php:11
filteramp_customizer_get_settingstemplates\customizer\customizer.php:12
actionamp_customizer_register_settingstemplates\customizer\customizer.php:16
actionamp_customizer_register_uitemplates\customizer\customizer.php:17
actionamp_customizer_enqueue_preview_scriptstemplates\customizer\customizer.php:18
actionamp_inittemplates\customizer\customizer.php:206
actioncustomize_controls_enqueue_scriptstemplates\customizer\customizer.php:211
filteramp_post_template_datatemplates\design-manager\design-3\functions.php:7
filteramp_post_template_datatemplates\design-manager\design-3\functions.php:15
filterampforwp_design_elementstemplates\design-manager.php:8
filterampforwp_design_elementstemplates\design-manager.php:9
filterampforwp_design_elementstemplates\design-manager.php:10
filterampforwp_design_elementstemplates\design-manager.php:11
filterampforwp_design_elementstemplates\design-manager.php:12
filterampforwp_design_elementstemplates\design-manager.php:13
filterampforwp_design_elementstemplates\design-manager.php:14
filterampforwp_design_elementstemplates\design-manager.php:15
filterampforwp_design_elementstemplates\design-manager.php:16
actionpre_amp_render_posttemplates\design-manager.php:19
filterampforwp_design_elementstemplates\design-manager.php:48
filterampforwp_design_elementstemplates\design-manager.php:51
filterampforwp_design_elementstemplates\design-manager.php:54
filterampforwp_design_elementstemplates\design-manager.php:57
filterampforwp_design_elementstemplates\design-manager.php:60
filterampforwp_design_elementstemplates\design-manager.php:63
filterampforwp_design_elementstemplates\design-manager.php:66
filterampforwp_design_elementstemplates\design-manager.php:69
filterampforwp_design_elementstemplates\design-manager.php:72
actionpre_amp_render_posttemplates\design-manager.php:105
filteramp_post_template_filetemplates\design-manager.php:121
filteramp_post_template_filetemplates\design-manager.php:122
filteramp_post_template_filetemplates\design-manager.php:123
filteramp_post_template_filetemplates\design-manager.php:124
filteramp_post_template_filetemplates\design-manager.php:125
filteramp_post_template_filetemplates\design-manager.php:126
filteramp_post_template_filetemplates\design-manager.php:127
filteramp_post_template_filetemplates\design-manager.php:128
filteramp_post_template_filetemplates\design-manager.php:129
filterampforwp_design_elementstemplates\design-manager.php:130
actionamp_inittemplates\features.php:178
actionwptemplates\features.php:180
actionwp_headtemplates\features.php:191
actionamp_inittemplates\features.php:450
actionwptemplates\features.php:455
filterampforwp_modify_rel_canonicaltemplates\features.php:467
filteramp_frontend_show_canonicaltemplates\features.php:501
filteramp_post_template_filetemplates\features.php:511
filterampforwp_modify_rel_urltemplates\features.php:548
filteramp_post_template_dirtemplates\features.php:561
filteramp_post_template_filetemplates\features.php:574
filteramp_post_template_filetemplates\features.php:583
filteramp_post_template_filetemplates\features.php:592
filteramp_post_template_filetemplates\features.php:600
filteramp_content_max_widthtemplates\features.php:609
filteramp_post_template_datatemplates\features.php:616
filteramp_post_template_datatemplates\features.php:659
actionpre_amp_render_posttemplates\features.php:679
filterthe_contenttemplates\features.php:681
actionpre_amp_render_posttemplates\features.php:768
filterwp_footertemplates\features.php:771
actionadd_meta_boxestemplates\features.php:821
actionadd_meta_boxestemplates\features.php:947
actionsave_posttemplates\features.php:1035
actionamp_post_template_datatemplates\features.php:1038
actionwp_enqueue_scriptstemplates\features.php:1053
actionwp_print_scriptstemplates\features.php:1065
actionwp_print_stylestemplates\features.php:1070
actionamp_post_template_headtemplates\features.php:1086
actionpre_amp_render_posttemplates\features.php:1089
filterdo_rocket_lazyloadtemplates\features.php:1113
filterdo_rocket_lazyloadtemplates\features.php:1237
filterwpseo_json_ld_outputtemplates\features.php:1261
filterget_comment_author_linktemplates\features.php:1279
actionamp_post_template_footertemplates\features.php:1287
actionpre_amp_render_posttemplates\features.php:1490
actionamp_post_template_headtemplates\features.php:1493
actionpre_amp_render_posttemplates\features.php:1495
filterwpseo_opengraph_titletemplates\features.php:1498
filterwpseo_twitter_titletemplates\features.php:1499
filterwpseo_opengraph_desctemplates\features.php:1501
filterwpseo_twitter_descriptiontemplates\features.php:1502
filterwpseo_opengraph_urltemplates\features.php:1504
actionwpseo_twittertemplates\features.php:1507
actionwpseo_add_opengraph_imagestemplates\features.php:1509
filterget_the_excerpttemplates\features.php:1515
actionpre_amp_render_posttemplates\features.php:1701
filterpre_get_document_titletemplates\features.php:1707
filterwp_titletemplates\features.php:1708
filteraioseop_titletemplates\features.php:1891
filteraioseop_titletemplates\features.php:1901
filtersq_current_posttemplates\features.php:2160
actionpre_amp_render_posttemplates\features.php:2188
filterget_the_archive_titletemplates\features.php:2190
filteramp_skip_posttemplates\features.php:2196
actioninittemplates\features.php:2206
actionamp_inittemplates\features.php:2215
filteramp_inittemplates\features.php:2233
filterbjll/enabledtemplates\features.php:2256
actionbjll/compattemplates\features.php:2259
actionwptemplates\features.php:2261
actionamp_inittemplates\features.php:2277
actionampforwp_post_after_design_elementstemplates\features.php:2281
filteramp_post_template_datatemplates\features.php:2322
actionampforwp_post_after_design_elementstemplates\features.php:2339
filteramp_post_template_datatemplates\features.php:2373
actionamp_inittemplates\features.php:2401
actionpre_amp_render_posttemplates\features.php:2404
filterget_the_archive_titletemplates\features.php:2413
actionamp_post_template_footertemplates\features.php:2429
filteramp_post_template_datatemplates\features.php:2612
actionamp_post_template_headtemplates\features.php:2636
filteramp_post_template_datatemplates\features.php:2655
actionamp_post_template_headtemplates\features.php:2695
actionredux/options/redux_builder_amp/savedtemplates\features.php:2847
actioninittemplates\features.php:2850
actionwidgets_admin_pagetemplates\features.php:2908
filteresc_htmltemplates\features.php:2909
actionampforwp_home_above_looptemplates\features.php:2926
actionampforwp_frontpage_above_looptemplates\features.php:2927
actionampforwp_home_below_looptemplates\features.php:2948
actionampforwp_frontpage_below_looptemplates\features.php:2949
actionampforwp_after_headertemplates\features.php:2967
actionbelow_the_header_design_1templates\features.php:2968
actionamp_post_template_above_footertemplates\features.php:2988
filterampforwp_modify_sidebars_contenttemplates\features.php:3008
filterampforwp_modify_sidebars_contenttemplates\features.php:3060
filteramp_post_template_datatemplates\features.php:3155
actionamp_inittemplates\features.php:3324
actionpre_amp_render_posttemplates\features.php:3326
filternav_menu_link_attributestemplates\features.php:3343
filteramp_post_template_datatemplates\features.php:3405
actionamp_post_template_csstemplates\features.php:3485
actionadmin_headtemplates\features.php:3500
actionamp_post_template_headtemplates\features.php:3532
filteraioseop_amp_descriptiontemplates\features.php:3563
actionampforwp_call_buttontemplates\features.php:3566
actionampforwp_after_post_contenttemplates\features.php:3580
filteramp_content_embed_handlerstemplates\features.php:3625
filteramp_youtube_paramstemplates\features.php:3661
actionpre_amp_render_posttemplates\features.php:3709
filteramp_post_template_datatemplates\features.php:3738
actionamp_post_template_headtemplates\features.php:3761
actionpre_amp_render_posttemplates\features.php:3927
actionamp_post_template_csstemplates\features.php:3940
filteramp_post_template_datatemplates\features.php:4035
actionamp_inittemplates\features.php:4080
actionwptemplates\features.php:4082
actionpre_amp_render_posttemplates\features.php:4106
actioninittemplates\features.php:4171
actionampforwp_fbia_headtemplates\features.php:4176
filterpre_option_rss_use_excerpttemplates\features.php:4182
filterampforwp_modify_the_contenttemplates\features.php:4435
filterampforwp_modify_rel_canonicaltemplates\features.php:4511
actionamp_post_template_headtemplates\features.php:4538
actionamp_post_template_headtemplates\features.php:4545
actionampforwp_after_post_contenttemplates\features.php:4569
filterwpseo_robots_arraytemplates\features.php:4572
actionamp_post_template_headtemplates\features.php:4577
actionpre_amp_render_posttemplates\features.php:4594
filterwpseo_canonicaltemplates\features.php:4596
filteramp_skip_posttemplates\features.php:4649
filterampforwp_query_argstemplates\features.php:4665
actionpre_amp_render_posttemplates\features.php:4677
actionamp_post_template_headtemplates\features.php:4679
actionamp_post_template_headtemplates\features.php:4700
filteramp_content_sanitizerstemplates\features.php:4771
filterget_amp_supported_post_typestemplates\features.php:4787
actionadmin_bar_menutemplates\features.php:4823
actionampforwp_body_beginningtemplates\features.php:4839
filterget_amp_supported_post_typestemplates\features.php:4848
actionamp_inittemplates\features.php:4909
actionwptemplates\features.php:4913
actionamp_post_template_headtemplates\features.php:4914
actionredux/options/redux_builder_amp/savedtemplates\features.php:5025
actionamp_post_template_headtemplates\features.php:5071
filterampforwp_allow_featured_imagetemplates\features.php:5074
filterampforwp_modify_the_contenttemplates\features.php:5165
actionpre_amp_render_posttemplates\features.php:5389
filterampforwp_modify_the_contenttemplates\features.php:5394
filterampforwp_modify_the_contenttemplates\features.php:5396
filteramp_gallery_image_paramstemplates\features.php:5474
actionwp_headtemplates\features.php:5742
actionwp_before_admin_bar_rendertemplates\features.php:5745
filternav_menu_link_attributestemplates\features.php:5847
filterampforwp_modify_post_datetemplates\features.php:5862
filteramp_post_template_datatemplates\features.php:5918
filterampforwp_menu_contenttemplates\features.php:5927
filterenvira_gallery_pre_datatemplates\features.php:6096
filteramp_content_sanitizerstemplates\features.php:6113
actionampforwp_after_post_contenttemplates\features.php:6134
actioninittemplates\features.php:6162
filteramp_vimeo_parse_urltemplates\features.php:6174
actionamp_post_template_csstemplates\features.php:6202
actioninittemplates\features.php:6423
actionpre_amp_render_posttemplates\features.php:6562
filterubermenu_nav_menu_argstemplates\features.php:6570
filterampforwp_query_argstemplates\features.php:6599
filterpre_get_poststemplates\features.php:6624
filterget_comments_numbertemplates\features.php:6639
actionamp_post_template_csstemplates\features.php:6657
filterampforwp_modify_frontpage_idtemplates\features.php:6672
filterampforwp_modify_adstemplates\features.php:6692
actionwp_footertemplates\features.php:6710
filtercoauthors_posts_linktemplates\features.php:6731
actionpre_amp_render_posttemplates\features.php:6741
filterthe_contenttemplates\features.php:6744
filtertablepress_table_render_datatemplates\features.php:6745
filteramp_img_attributestemplates\features.php:6791
actionampforwp_body_beginningtemplates\features.php:6802
actionwptemplates\features.php:6820
filterampforwp_post_content_filtertemplates\features.php:6840
filterthrive_leads_skip_requesttemplates\features.php:6864
actionupdate_optiontemplates\features.php:6878
filteramp_post_template_datatemplates\features.php:6906
filterampforwp_modify_rel_urltemplates\features.php:6916
actionpre_amp_render_posttemplates\features.php:6925
filterthe_contenttemplates\features.php:6927
actionampforwp_post_after_design_elementstemplates\features.php:6968
filteramp_post_template_datatemplates\features.php:7026
actionampforwp_post_after_design_elementstemplates\features.php:7042
filteramp_post_template_datatemplates\features.php:7075
actionamp_post_template_csstemplates\features.php:7092
actionampforwp_body_beginningtemplates\features.php:7135
actionamp_post_template_headtemplates\features.php:7143
actionpre_amp_render_posttemplates\features.php:7159
filterampforwp_modify_the_contenttemplates\features.php:7164
actionamp_post_template_csstemplates\features.php:7165
filterampforwp_post_template_datatemplates\features.php:7166
actionamp_inittemplates\features.php:7217
filterampforwp_modify_the_contenttemplates\features.php:7221
actionadd_meta_boxestemplates\features.php:7261
actioncurrent_screentemplates\features.php:7323
actionupload_mimestemplates\features.php:7341
filteramp_post_template_datatemplates\features.php:7375
actionampforwp_below_the_titletemplates\features.php:7396
filteramp_post_template_metadatatemplates\features.php:7405
actionamp_post_template_csstemplates\features.php:7422
actionampforwp_below_the_titletemplates\features.php:7454
actionpre_amp_render_posttemplates\features.php:7476
filteramp_post_template_datatemplates\features.php:7533
actionamp_post_template_headtemplates\features.php:7585
filterrank_math/frontend/robotstemplates\features.php:7602
filterrank_math/frontend/robotstemplates\features.php:7606
filteramp_content_sanitizerstemplates\features.php:7648
filterampforwp_is_amp_endpoint_takeovertemplates\features.php:7656
filterampforwp_is_amp_endpoint_takeovertemplates\features.php:7675
actionampforwp_below_the_titletemplates\features.php:7694
actionpre_amp_render_posttemplates\features.php:7727
filteramp_post_template_datatemplates\features.php:7744
actionamp_metatemplates\features.php:7752
filterampforwp_menu_contenttemplates\features.php:7764
actionamp_post_template_csstemplates\features.php:7809
actionamp_post_template_headtemplates\features.php:7823
actionamp_post_template_headtemplates\features.php:7829
actionpre_amp_render_posttemplates\features.php:7898
filterwpseo_breadcrumb_separatortemplates\features.php:7903
filterwpseo_breadcrumb_outputtemplates\features.php:7909
filterwpseo_breadcrumb_output_wrappertemplates\features.php:7915
filterwpseo_breadcrumb_output_classtemplates\features.php:7921
filteramp_content_embed_handlerstemplates\features.php:7943
actionpre_amp_render_posttemplates\features.php:7953
filteramp_content_embed_handlerstemplates\features.php:7961
actionpre_amp_render_posttemplates\features.php:7969
filteramp_content_embed_handlerstemplates\features.php:7977
actionamp_post_template_csstemplates\features.php:8017
filterget_search_formtemplates\features.php:8064
actioninittemplates\features.php:8086
actionpre_amp_render_posttemplates\features.php:8118
filterampforwp_loop_image_updatetemplates\features.php:8146
filterampforwp_loop_permalink_updatetemplates\features.php:8156
filter_wp_post_revision_field_amp_page_buildertemplates\features.php:8167
actionsave_posttemplates\features.php:8168
actionwp_restore_post_revisiontemplates\features.php:8169
filter_wp_post_revision_fieldstemplates\features.php:8170
actionpre_amp_render_posttemplates\features.php:8216
actionamp_post_template_headtemplates\features.php:8225
actionamp_post_template_headtemplates\features.php:8226
actionampforwp_admin_menu_bar_fronttemplates\features.php:8229
actionwp_before_admin_bar_rendertemplates\features.php:8230
actionadmin_bar_inittemplates\features.php:8233
actionwp_before_admin_bar_rendertemplates\features.php:8234
actionadmin_bar_menutemplates\features.php:8235
actionamp_post_template_csstemplates\features.php:8236
actionadmin_headtemplates\features.php:8511
actionamp_post_template_csstemplates\features.php:8542
actionpre_amp_render_posttemplates\features.php:8554
filterwpseo_canonicaltemplates\features.php:8557
filterampforwp_the_content_last_filtertemplates\features.php:8585
filterampforwp_the_content_last_filtertemplates\features.php:8615
actionamp_post_template_csstemplates\features.php:8636
filteramp_post_template_datatemplates\features.php:8679
filterampforwp_the_content_last_filtertemplates\features.php:8721
filterampforwp_modify_the_contenttemplates\features.php:8736
actionamp_post_template_csstemplates\features.php:8756
filterampforwp_the_content_last_filtertemplates\features.php:8788
filteramp_post_template_csstemplates\features.php:8824
filterampforwp_the_content_last_filtertemplates\features.php:8832
filterampforwp_the_content_last_filtertemplates\features.php:8861
filterampforwp_modify_the_contenttemplates\features.php:9209
filterampforwp_modify_the_contenttemplates\features.php:9422
actionwptemplates\features.php:9601
filterampforwp_the_content_last_filtertemplates\features.php:9609
actionamp_post_template_headtemplates\features.php:9664
filterthe_contenttemplates\features.php:9677
filterbbp_get_topic_contenttemplates\features.php:9678
filterbbp_get_reply_contenttemplates\features.php:9679
filterwpseo_robotstemplates\features.php:9702
filterampforwp_post_template_datatemplates\features.php:9721
filterampforwp_post_template_datatemplates\features.php:9728
actionamp_post_template_csstemplates\features.php:9742
filteryoast_seo_development_modetemplates\features.php:9790
filterwpseo_debug_json_datatemplates\features.php:9791
actionamp_post_template_csstemplates\features.php:9823
filterampforwp_loop_permalink_updatetemplates\features.php:9897
actionamp_post_template_headtemplates\features.php:9909
filterampforwp_modify_the_contenttemplates\features.php:9933
actionampforwp_before_post_contenttemplates\features.php:10012
actionampforwp_before_post_contenttemplates\features.php:10044
filterampforwp_modify_featured_imagetemplates\features.php:10045
filterampforwp_modify_the_contenttemplates\features.php:10089
actionamp_post_template_csstemplates\features.php:10139
filterrocket_cache_query_stringstemplates\features.php:10215
filterampforwp_modify_the_contenttemplates\features.php:10246
filterampforwp_is_amp_endpoint_takeovertemplates\features.php:10300
actionamp_post_template_csstemplates\features.php:10310
filterampforwp_is_amp_endpointtemplates\features.php:10329
filterwp_handle_upload_prefiltertemplates\features.php:10337
filterwp_handle_uploadtemplates\features.php:10567
actionampforwp_post_subtitletemplates\features.php:10583
filterwp_calculate_image_srcsettemplates\features.php:10673
filterampforwp_the_content_last_filtertemplates\features.php:10752
filterampforwp_the_content_last_filtertemplates\features.php:10754
actionpre_amp_render_posttemplates\frontpage-elements.php:6
actionampforwp_design_2_frontpage_titletemplates\frontpage-elements.php:12
actionampforwp_design_3_frontpage_titletemplates\frontpage-elements.php:14
actionampforwp_frontpage_above_looptemplates\frontpage-elements.php:18
actionampforwp_frontpage_above_looptemplates\frontpage-elements.php:21
actionampforwp_frontpage_above_looptemplates\frontpage-elements.php:24
filterampforwp_fbia_contenttemplates\instant-articles\instant-article-sanitizer.php:6
filterampforwp_fbia_contenttemplates\instant-articles\instant-article-sanitizer.php:7
filterampforwp_fbia_contenttemplates\instant-articles\instant-article-sanitizer.php:8
filterampforwp_fbia_contenttemplates\instant-articles\instant-article-sanitizer.php:9
filterampforwp_fbia_content_domtemplates\instant-articles\instant-article-sanitizer.php:13
filterampforwp_fbia_content_domtemplates\instant-articles\instant-article-sanitizer.php:14
filterampforwp_fbia_content_domtemplates\instant-articles\instant-article-sanitizer.php:15
filterampforwp_fbia_content_domtemplates\instant-articles\instant-article-sanitizer.php:17
filterampforwp_fbia_content_domtemplates\instant-articles\instant-article-sanitizer.php:19
filterampforwp_fbia_content_domtemplates\instant-articles\instant-article-sanitizer.php:21
filterampforwp_fbia_content_domtemplates\instant-articles\instant-article-sanitizer.php:23
filterpost_gallerytemplates\instant-articles\instant-article-sanitizer.php:24
actionpre_amp_render_posttemplates\search-functions.php:7
filterampforwp_post_template_datatemplates\search-functions.php:14
actionampforwp_search_formtemplates\search-functions.php:15
actionampforwp_global_after_footertemplates\search-functions.php:19
actionampforwp_header_searchtemplates\search-functions.php:36
filterampforwp_enabled_setting_optionstemplates\template-mode\admin-settings.php:5
filterredux/options/redux_builder_amp/sectionstemplates\template-mode\admin-settings.php:6
actionadmin_footertemplates\template-mode\admin-settings.php:7
actioninittemplates\template-mode\template-mode.php:10
actioninittemplates\template-mode\template-mode.php:11
actioninittemplates\template-mode\template-mode.php:14
filterampforwp_is_amp_endpointtemplates\template-mode\template-mode.php:15
actioninittemplates\template-mode\template-mode.php:16
filteramp_post_template_dirtemplates\template-mode\template-mode.php:17
filteramp_post_template_filetemplates\template-mode\template-mode.php:18
filterpost_thumbnail_htmltemplates\template-mode\template-mode.php:19
filterlanguage_attributestemplates\template-mode\template-mode.php:20
filterthe_contenttemplates\template-mode\template-mode.php:21
actionlevelup_headtemplates\template-mode\template-mode.php:22
actionlevelup_csstemplates\template-mode\template-mode.php:23
filterget_search_formtemplates\template-mode\template-mode.php:24
filterget_custom_logotemplates\template-mode\template-mode.php:25
actionlevelup_footertemplates\template-mode\template-mode.php:26
actionget_avatartemplates\template-mode\template-mode.php:27
filterthe_author_descriptiontemplates\template-mode\template-mode.php:28
filterampforwp_the_content_last_filtertemplates\template-mode\template-mode.php:29
filteramp_post_template_datatemplates\template-mode\template-mode.php:30
actionwp_body_opentemplates\template-mode\template-mode.php:35
actionadmin_bar_inittemplates\template-mode\template-mode.php:38
actionwp_before_admin_bar_rendertemplates\template-mode\template-mode.php:39
actionadmin_bar_menutemplates\template-mode\template-mode.php:42
filterplugin_action_links_accelerated-mobile-pages/accelerated-moblie-pages.phptemplates\template-mode\template-mode.php:48
filteramp_blacklisted_tagstemplates\template-mode\template-mode.php:558
actionafter_setup_themetemplates\template-mode\template-mode.php:688
actionwidgets_inittemplates\woo-widget.php:216
Maintenance & Trust

AMP for WP – Accelerated Mobile Pages Maintenance & Trust

Maintenance Signals

WordPress version tested6.9.4
Last updatedMar 2, 2026
PHP min version
Downloads19.1M

Community Trust

Rating88/100
Number of ratings1,318
Active installs90K
Developer Profile

AMP for WP – Accelerated Mobile Pages Developer Profile

Mohammed Kaludi

3 plugins · 91K total installs

68
trust score
Avg Security Score
84/100
Avg Patch Time
416 days
View full developer profile
Detection Fingerprints

How We Detect AMP for WP – Accelerated Mobile Pages

Patterns used to identify this plugin on WordPress sites during automated security audits and web crawling.

Asset Fingerprints

Asset Paths
/wp-content/plugins/accelerated-mobile-pages/css/amp-styles.css/wp-content/plugins/accelerated-mobile-pages/css/rtl.css/wp-content/plugins/accelerated-mobile-pages/js/amp-script.js/wp-content/plugins/accelerated-mobile-pages/js/amp-settings.js/wp-content/plugins/accelerated-mobile-pages/js/amp-scripts-load.js/wp-content/plugins/accelerated-mobile-pages/js/amp-animations.js/wp-content/plugins/accelerated-mobile-pages/js/amp-menu.js/wp-content/plugins/accelerated-mobile-pages/js/amp-gallery.js+11 more
Generator Patterns
AMP for WP
Script Paths
/wp-content/plugins/accelerated-mobile-pages/js/amp-script.js/wp-content/plugins/accelerated-mobile-pages/js/amp-settings.js/wp-content/plugins/accelerated-mobile-pages/js/amp-scripts-load.js/wp-content/plugins/accelerated-mobile-pages/js/amp-animations.js/wp-content/plugins/accelerated-mobile-pages/js/amp-menu.js/wp-content/plugins/accelerated-mobile-pages/js/amp-gallery.js+11 more
Version Parameters
accelerated-mobile-pages/css/amp-styles.css?ver=accelerated-mobile-pages/css/rtl.css?ver=accelerated-mobile-pages/js/amp-script.js?ver=accelerated-mobile-pages/js/amp-settings.js?ver=accelerated-mobile-pages/js/amp-scripts-load.js?ver=accelerated-mobile-pages/js/amp-animations.js?ver=accelerated-mobile-pages/js/amp-menu.js?ver=accelerated-mobile-pages/js/amp-gallery.js?ver=accelerated-mobile-pages/js/amp-related-posts.js?ver=accelerated-mobile-pages/js/amp-readability.js?ver=accelerated-mobile-pages/js/amp-sharing.js?ver=accelerated-mobile-pages/js/amp-comments.js?ver=accelerated-mobile-pages/js/amp-swipe-gallery.js?ver=accelerated-mobile-pages/js/amp-custom-code.js?ver=accelerated-mobile-pages/js/amp-add-to-cart.js?ver=accelerated-mobile-pages/js/amp-load-more.js?ver=accelerated-mobile-pages/js/amp-rest-api.js?ver=accelerated-mobile-pages/js/amp-social-share.js?ver=accelerated-mobile-pages/js/amp-youtube-lazy-load.js?ver=

HTML / DOM Fingerprints

CSS Classes
amp-pageamp-metaamp-bodyamp-headeramp-footeramp-contentamp-titleamp-author+21 more
HTML Comments
<!-- AMP HTML End --><!-- AMP HTML Start --><!-- AMP for WP by Mohammed Kaludi --><!-- End AMP for WP -->+1 more
Data Attributes
amp-customamp-accordionamp-carouselamp-fit-textamp-formamp-image+9 more
JS Globals
amp_custom_settingsAMP_STATE
REST Endpoints
/wp-json/amp/v1/posts/wp-json/amp/v1/pages/wp-json/amp/v1/comments/wp-json/amp/v1/categories/wp-json/amp/v1/tags/wp-json/amp/v1/users/wp-json/amp/v1/search/wp-json/amp/v1/options/wp-json/amp/v1/menu
Shortcode Output
[amp-form][amp-live-list][amp-image][amp-carousel]
FAQ

Frequently Asked Questions about AMP for WP – Accelerated Mobile Pages