Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- add_action('wp_enqueue_scripts','salient_child_map_override');
- function salient_child_map_override() {
- wp_enqueue_script('nectarMap', get_template_directory_uri() . '/js/build/map.js', array('jquery'), '8.5.4', TRUE);
- }
Advertisement
Add Comment
Please, Sign In to add comment