jetpack_embed_to_shortcode, crowdsignal, $id
jetpack_embed_to_shortcode, crowdsignal, $id
Appears in: jetpack.16.0.1
Hook Type: action
Displaying hooks found in version: jetpack.16.0.1do_action('jetpack_embed_to_shortcode, crowdsignal, $id') is found 1 times:
- /modules/shortcodes/crowdsignal.php line 162
if ( $id > 0 ) { $content = str_replace( $match[0], " [crowdsignal poll=$id]", $content ); /** This action is documented in modules/shortcodes/youtube.php */ do_action( 'jetpack_embed_to_shortcode', 'crowdsignal', $id ); } } } return $content; }