Advertisement
Guest User

Untitled

a guest
Jun 26th, 2017
45
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. <?php
  2.  
  3. add_action( 'admin_enqueue_scripts', 'load_admin_scripts' );
  4. function load_admin_scripts() {
  5. wp_enqueue_style( 'admin_css', get_template_directory_uri() . '/css/subscriber.css', false, '1.0' );
  6. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement