Skip to content

Instantly share code, notes, and snippets.

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