wpseek.com
A WordPress-centric search engine for devs and theme authors



wp_enqueue_editor_format_library_assets › WordPress Function

Since5.8.0
Deprecatedn/a
wp_enqueue_editor_format_library_assets ( No parameters )
Defined at:
Codex:

Enqueues the assets required for the format library within the block editor.



Source

function wp_enqueue_editor_format_library_assets() {
	wp_enqueue_script( 'wp-format-library' );
	wp_enqueue_style( 'wp-format-library' );
}