jetpack_bump_stats_extras, embeds, inline-pdf
jetpack_bump_stats_extras, embeds, inline-pdf
Appears in: jetpack.16.0.1
Hook Type: action
Displaying hooks found in version: jetpack.16.0.1do_action('jetpack_bump_stats_extras, embeds, inline-pdf') is found 1 times:
- /modules/shortcodes/inline-pdfs.php line 26
* @param array $url Requested URL to be embedded. */ function jetpack_inline_pdf_embed_handler( $matches, $attr, $url ) { /** This action is documented in modules/widgets/social-media-icons.php */ do_action( 'jetpack_bump_stats_extras', 'embeds', 'inline-pdf' ); $filename = basename( wp_parse_url( $url, PHP_URL_PATH ) ); $fallback_text = sprintf( /* translators: Placeholder is a file name, for example "file.pdf" */ esc_html__( 'Click to access %1$s', 'jetpack' ), $filename