Lines:
1 to 16 of 16
<?php /* class Jetpack_Iframe_Embed */ /* function Jetpack_Iframe_Embed::init() – */ /* function Jetpack_Iframe_Embed::is_embedding_in_iframe() – */ /* function Jetpack_Iframe_Embed::has_iframe_get_param() – */ /* function Jetpack_Iframe_Embed::has_preview_get_param() – */ /* function Jetpack_Iframe_Embed::has_preview_theme_preview_param() – */ /* function Jetpack_Iframe_Embed::disable_autoplay() – Disable `autoplay` shortcode attribute in context of an iframe Added via `shortcode_atts_video` & `shortcode_atts_audio` in `init` */ /* function Jetpack_Iframe_Embed::noindex() – We don’t want search engines to index iframe previews Added via `wp_head` action in `init` */ /* function Jetpack_Iframe_Embed::base_target_blank() – Make sure all links and forms open in a new window by default (unless overridden on client-side by JS) Added via `wp_head` action in `init` */