Advertisement
Guest User

Untitled

a guest
Apr 24th, 2019
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.26 KB | None | 0 0
  1. function my_custom_load_scripts() {
  2. wp_enqueue_style( 'coursepress-front-css', 'https://cyberhygiene.com.au/wp-content/plugins/coursepress/2.0/asset/css/front.css?ver=2.2.2', array(), $version );
  3. }
  4. add_action('wp_enqueue_scripts', 'my_custom_load_scripts', 99);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement