Skip to content

Instantly share code, notes, and snippets.

@gaupoit
Last active February 23, 2019 10:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gaupoit/cea6d36c1fd7933481ce85ee1c0e0d34 to your computer and use it in GitHub Desktop.
Save gaupoit/cea6d36c1fd7933481ce85ee1c0e0d34 to your computer and use it in GitHub Desktop.
Enqueue script
<?php
wp_enqueue_script(
'csw_bundle',
plugin_dir_url( CSW_BASE_FILE ) . 'admin/js/dist/gists-snippet-bundle.js',
array(),
CSW_VERSION,
true
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment