Guest User

Untitled

a guest
Dec 21st, 2023
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. add_action('wp_enqueue_scripts','salient_child_map_override');
  2.  
  3. function salient_child_map_override() {
  4. wp_enqueue_script('nectarMap', get_template_directory_uri() . '/js/build/map.js', array('jquery'), '8.5.4', TRUE);
  5. }
Advertisement
Add Comment
Please, Sign In to add comment