Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?php
- add_action( 'wp_enqueue_scripts', 'zackko_enqueue_scripts' );
- function zackko_enqueue_scripts() {
- wp_enqueue_script( 'a-cool-script', plugins_url( 'filename.js', __FILE__ ), array(), '1.0.0' );
- }
Advertisement
Add Comment
Please, Sign In to add comment