wpseek.com
Bazujące na WordPress narzędzie wyszukiwania dla deweloperów i twórców motywów.



wp_enqueue_editor_format_library_assets › WordPress Function

Od5.8.0
Przestarzałyn/a
wp_enqueue_editor_format_library_assets ( Brak parametrów )
Zdefiniowane na:
Codex:

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



Źródło

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