wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren



wp_enqueue_editor_format_library_assets › WordPress Function

Seit5.8.0
Veraltetn/v
wp_enqueue_editor_format_library_assets ( Keine Parameter )
Definiert in:
Codex:

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



Quellcode

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