Files
Filename | Hook Type | Line Number | PHP Doc |
---|---|---|---|
wp-includes/script-loader.php | do_action | 2376 | /** * 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. * * @since 5.0.0 */ |
Hook Parameters
Parameter Type | Name | Description |
---|