remove_action( 'admin_print_scripts', 'print_emoji_detection_script'
);
/*
* Block editor implements its own Options menu for toggling Document Panels.
*/
add_filter( 'screen_options_show_screen', '__return_false'
);
wp_enqueue_script( 'heartbeat'
);
wp_enqueue_script( 'wp-edit-post'
);
$rest_path =
rest_get_route_for_post( $post );
// Preload common data.
$preload_paths = array
( '/wp/v2/types?context=view',
'/wp/v2/taxonomies?context=view',
add_query_arg( array
( 'context' => 'edit',
'per_page' => -1,
),
rest_get_route_for_post_type_items( 'wp_block'
) ),