Skip to content

Instantly share code, notes, and snippets.

@vajrasar
Created April 19, 2016 12:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vajrasar/6285bff774e6af00d053d33958d5ae85 to your computer and use it in GitHub Desktop.
Save vajrasar/6285bff774e6af00d053d33958d5ae85 to your computer and use it in GitHub Desktop.
Admin Style Sheet
<?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