Skip to content

Instantly share code, notes, and snippets.

@radarin
Last active December 15, 2018 10:57
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 radarin/aca1c41a581bb455f4d8bd3a3272969c to your computer and use it in GitHub Desktop.
Save radarin/aca1c41a581bb455f4d8bd3a3272969c to your computer and use it in GitHub Desktop.
Wordpress Adminbereich mit CSS stylen
<?php
function wp_admin_style() {
wp_enqueue_style('admin-styles', get_template_directory_uri().'_child/style-admin.css');
}
add_action('admin_enqueue_scripts', 'wp_admin_style');
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment