wp core update 6.6
This commit is contained in:
@@ -8,6 +8,10 @@
|
||||
/**
|
||||
* Renders the 'core/legacy-widget' block.
|
||||
*
|
||||
* @since 5.8.0
|
||||
*
|
||||
* @global int $wp_widget_factory.
|
||||
*
|
||||
* @param array $attributes The block attributes.
|
||||
*
|
||||
* @return string Rendered block.
|
||||
@@ -54,6 +58,8 @@ function render_block_core_legacy_widget( $attributes ) {
|
||||
|
||||
/**
|
||||
* Registers the 'core/legacy-widget' block.
|
||||
*
|
||||
* @since 5.8.0
|
||||
*/
|
||||
function register_block_core_legacy_widget() {
|
||||
register_block_type_from_metadata(
|
||||
@@ -70,6 +76,8 @@ add_action( 'init', 'register_block_core_legacy_widget' );
|
||||
* Intercepts any request with legacy-widget-preview in the query param and, if
|
||||
* set, renders a page containing a preview of the requested Legacy Widget
|
||||
* block.
|
||||
*
|
||||
* @since 5.8.0
|
||||
*/
|
||||
function handle_legacy_widget_preview_iframe() {
|
||||
if ( empty( $_GET['legacy-widget-preview'] ) ) {
|
||||
|
||||
Reference in New Issue
Block a user