Changes between Initial Version and Version 1 of Ticket #23431, comment 3
- Timestamp:
- 02/09/2013 05:11:59 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #23431, comment 3
initial v1 1 Ok, digging a bit further, I realized the {{{WP_Embed}}} is initialized as a global variable so is accessible to me via1 Ok, digging a bit further, I realized the {{{WP_Embed}}} class is initialized as a global variable so is accessible to me via 2 2 {{{ 3 3 $GLOBALS['wp_embed']->run_shortcode( '[embed width="890"]'. esc_url( $video_url ) .'[/embed]' );