[wp-trac] [WordPress Trac] #46457: Embed Block to a Reusable Block
WordPress Trac
noreply at wordpress.org
Sat Mar 9 22:09:06 UTC 2019
#46457: Embed Block to a Reusable Block
--------------------------+-----------------------------
Reporter: ryoraspp | Owner: (none)
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: General | Version: 5.1
Severity: normal | Keywords:
Focuses: |
--------------------------+-----------------------------
If I add an Embed Block to a Reusable Block, only the URL is output.
Add on functions.php
{{{#!php
global $wp_embed;
add_filter( 'the_content', array( $wp_embed, 'autoembed' ), 9
}}}
--
Ticket URL: <https://core.trac.wordpress.org/ticket/46457>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list