Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save mido1983/61699f00e37cd47e351c45b4849581b6 to your computer and use it in GitHub Desktop.
Save mido1983/61699f00e37cd47e351c45b4849581b6 to your computer and use it in GitHub Desktop.
Загрузить скрипты на всех страницах панели администратора:
function enqueue_my_scripts() {
// ENQUEUE SCRIPTS…
}
add_action( 'admin_enqueue_scripts', 'enqueue_my_scripts' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment