Advertisement
simkoG

Untitled

Jan 7th, 2020
287
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.27 KB | None | 0 0
  1. /**
  2.  * js fájl hozzáadása az oldal láblécébe
  3.  */
  4. function wpb_adding_scripts() {
  5.     wp_enqueue_script( 'custom-script', get_stylesheet_directory_uri() . '/js/custom_script.js', array( 'jquery' ), null, true );
  6. }
  7. add_action( 'wp_enqueue_scripts', 'wpb_adding_scripts' );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement