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



enqueue_block_assets › Działania WordPress Hooks

Od5.0.0
Przestarzałyn/a
do_action( 'enqueue_block_assets' )
Zdefiniowane na:
Codex:

Fires after enqueuing block assets for both editor and front-end.

Call add_action on any hook before 'wp_enqueue_scripts'.

In the function call you supply, simply use wp_enqueue_script and wp_enqueue_style to add your functionality to the Gutenberg editor.





Źródło

do_action( 'enqueue_block_assets' );