Advertisement
Guest User

Untitled

a guest
Apr 9th, 2020
235
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.28 KB | None | 0 0
  1. add_action('wp_enqueue_scripts', 'wpchild_enqueue_styles');
  2. function wpchild_enqueue_styles()
  3. {
  4.   wp_enqueue_style('wpm-Divi-style', get_template_directory_uri() . '/style.css');
  5.   wp_enqueue_script('index_js', get_stylesheet_directory_uri() . '/js/index.js', array(), '1.0', true);
  6. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement