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



wp_enqueue_block_editor_script_modules › WordPress Function

Since6.9.0
Deprecatedn/a
wp_enqueue_block_editor_script_modules ( No parameters )
Defined at:
Codex:

Enqueues script modules required by the block editor.



Source

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' );
}