Skip to content

Instantly share code, notes, and snippets.

@vanaf1979
Last active April 15, 2024 10:21
Show Gist options
  • Save vanaf1979/70ab23bc72d0999e7a430f90bf52bfb5 to your computer and use it in GitHub Desktop.
Save vanaf1979/70ab23bc72d0999e7a430f90bf52bfb5 to your computer and use it in GitHub Desktop.
<?php
/**
* Hook: enqueue_block_editor_assets.
*
* @uses add_action() https://developer.wordpress.org/reference/functions/add_action/
* @uses enqueue_block_editor_assets https://developer.wordpress.org/reference/hooks/enqueue_block_editor_assets/
*/
add_action('enqueue_block_editor_assets', 'namespace_enqueue_scripts', 100, 0);
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment