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



wp_enqueue_block_editor_script_modules › WordPress Function

Seit6.9.0
Veraltetn/v
wp_enqueue_block_editor_script_modules ( Keine Parameter )
Definiert in:
Codex:

Enqueues script modules required by the block editor.



Quellcode

function wp_enqueue_block_editor_script_modules() {
	/*
	 * Enqueue the LaTeX to MathML loader for the math block editor.
	 * The loader dynamically imports the main LaTeX to MathML module when needed.
	 */
	wp_enqueue_script_module( '@wordpress/latex-to-mathml/loader' );
}