Skip to content

Instantly share code, notes, and snippets.

@vanaf1979
Last active May 7, 2020 12:02
Show Gist options
  • Save vanaf1979/331cf30af4319349fe803ad09c7e0f8d to your computer and use it in GitHub Desktop.
Save vanaf1979/331cf30af4319349fe803ad09c7e0f8d to your computer and use it in GitHub Desktop.
<?php
/**
* Hook: admin_enqueue_scripts.
*
* @uses add_action() https://developer.wordpress.org/reference/functions/add_action/
* @uses admin_enqueue_scripts https://developer.wordpress.org/reference/hooks/admin_enqueue_scripts/
*/
add_action('admin_enqueue_scripts', 'namespace_enqueue_scripts', 100, 0);
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment