Skip to content

Instantly share code, notes, and snippets.

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 ginocremer/9364418 to your computer and use it in GitHub Desktop.
Save ginocremer/9364418 to your computer and use it in GitHub Desktop.
add_action('wp_print_styles', 'add_my_styles', 100);
function add_my_styles() {
wp_register_style( 'eigene-css', 'http://www.PFAD-ZUR-EIGENEN-CSS-DATEI.com');
wp_enqueue_style( 'eigene-css' );
}
add_action('init', 'add_my_styles');
@azizhh
Copy link

azizhh commented Feb 25, 2018

Hello,
i have in admin area problem???
Best regards

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment