jetpack_embed_to_shortcode, soundcloud, $url_matches[0]

jetpack_embed_to_shortcode, soundcloud, $url_matches[0]

Appears in:
Hook Type: action

See hook in core

Displaying hooks found in version: jetpack.16.0.1

do_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;
    }