Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #23431, comment 3


Ignore:
Timestamp:
02/09/2013 05:11:59 PM (12 years ago)
Author:
jtsternberg
Comment:

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 via
     1Ok, digging a bit further, I realized the {{{WP_Embed}}} class is initialized as a global variable so is accessible to me via
    22{{{
    33$GLOBALS['wp_embed']->run_shortcode( '[embed width="890"]'. esc_url( $video_url ) .'[/embed]' );