jetpack_embed_to_shortcode, soundcloud, $url_matches[0]
jetpack_embed_to_shortcode, soundcloud, $url_matches[0]
Appears in: jetpack.16.0.1
Hook Type: action
Displaying hooks found in version: jetpack.16.0.1do_action('jetpack_embed_to_shortcode, soundcloud, $url_matches[0]') is found 1 times:
- /modules/shortcodes/soundcloud.php line 262
$replace_regex = sprintf( '#\s*%s\s*#', preg_quote( $match[0], '#' ) ); $content = preg_replace( $replace_regex, sprintf( "\n\n%s\n\n", $shortcode ), $content ); /** This action is documented in modules/shortcodes/youtube.php */ do_action( 'jetpack_embed_to_shortcode', 'soundcloud', $url_matches[0] ); } } return $content; }