amp_customizer_is_enabled October 14, 2020 Filter whether to enable the AMP default template design settings.
amp_to_amp_linking_element_excluded October 14, 2020 Filters whether AMP-to-AMP is excluded for an element.
amp_post_article_footer_meta September 21, 2020 Filters the template parts to load in the footer area of the AMP legacy post…
amp_backcompat_use_v03_templates September 21, 2020 Add hooks to use legacy AMP post templates from before v0.4.
amp_post_article_header_meta September 21, 2020 Filters the template parts loaded in the header area of the AMP legacy post…
AMP_Base_Embed_Handler::get_scripts September 21, 2020 Get mapping of AMP component names to AMP script URLs.
AMP_Base_Embed_Handler::match_element_attributes September 21, 2020 Get regex pattern for matching HTML attributes from a given tag name.
amp_dev_mode_element_xpaths September 21, 2020 Filters the XPath queries for elements that should be enabled for dev mode.
amp_parsed_css_transient_caching_allowed September 21, 2020 Filters whether parsed CSS is allowed to be cached in transients.
amp_to_amp_excluded_urls September 21, 2020 Filters the list of URLs which are excluded from being included in AMP-to-AMP…
amp_print_analytics September 21, 2020 Triggers before analytics entries are printed as amp-analytics tags.
amp_frontend_show_canonical September 21, 2020 Filters whether to show the amphtml link on the frontend.
amp_get_permalink September 21, 2020 Retrieves the full AMP-specific permalink for the given post ID.
amp_get_slug September 21, 2020 Get the slug used in AMP for the query var, endpoint, and post type support.
amp_plugin_update September 21, 2020 Triggers when after amp_init when the plugin version has updated.
AMP_Base_Sanitizer::get_validate_response_data September 21, 2020 Get data that is returned in validate responses.
amp_maybe_add_actions September 21, 2020 Conditionally add AMP actions or render the transitional mode template(s).
amp_prepare_render September 21, 2020 Add action to do post template rendering at template_redirect action.
AMP_Base_Sanitizer::filter_attachment_layout_attributes September 21, 2020 Set attributes to node's parent element according to layout.
AMP_Base_Sanitizer::parse_style_string September 21, 2020 Parse a style string into an associative array of style attributes.
AMP_Base_Sanitizer::reassemble_style_string September 21, 2020 Reassemble a style string that can be used in a 'style' attribute.
AMP_Base_Sanitizer::get_data_amp_attributes September 21, 2020 Get data-amp-* values from the parent node 'figure' added by editor…
AMP_Base_Sanitizer::clean_up_after_attribute_removal September 21, 2020 Cleans up artifacts after the removal of an attribute node.
AMP_Base_Sanitizer::should_sanitize_validation_error September 21, 2020 Check whether or not sanitization should occur in response to validation error.
AMP_Base_Sanitizer::remove_invalid_attribute September 21, 2020 Removes an invalid attribute of a node.
AMP_Base_Sanitizer::is_exempt_from_validation September 21, 2020 Check whether a certain node should be exempt from validation.
AMP_Base_Sanitizer::has_dev_mode_exemption September 21, 2020 Check whether a node is exempt from validation during dev mode.
AMP_Base_Sanitizer::is_document_in_dev_mode September 21, 2020 Check whether the document of a given node is in dev mode.
AMP_Base_Sanitizer::is_empty_attribute_value September 21, 2020 Determine if an attribute value is empty.
AMP_Base_Sanitizer::set_layout September 21, 2020 Sets the layout, and possibly the 'height' and 'width'…
AMP_Base_Sanitizer::add_or_append_attribute September 21, 2020 Adds or appends key and value to list of attributes
AMP_Base_Sanitizer::maybe_enforce_https_src September 21, 2020 Decide if we should remove a src attribute if https is required.
AMP_Base_Sanitizer::get_body_node September 21, 2020 Get HTML body as DOMElement from Dom\Document received by the constructor.
AMP_Base_Sanitizer::sanitize_dimension September 21, 2020 Sanitizes a CSS dimension specifier while being sensitive to dimension context.
AMP_Base_Sanitizer::sanitize September 21, 2020 Sanitize the HTML contained in the DOMDocument received by the constructor