Created
April 19, 2016 12:02
-
-
Save vajrasar/6285bff774e6af00d053d33958d5ae85 to your computer and use it in GitHub Desktop.
Admin Style Sheet
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
// To add admin style | |
function load_admin_style() { | |
wp_enqueue_style( 'admin_css', get_template_directory_uri() . '/css/admin-style.css', false, '1.0.0' ); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment