wpseek.com
Un motore di ricerca WordPress per sviluppatori e autori di temi



wp_enqueue_editor_format_library_assets › WordPress Function

Da5.8.0
Deprecaton/a
wp_enqueue_editor_format_library_assets ( Nessun parametro )
Definito a:
Codex:

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



Sorgenti

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