Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /* Add Editor styles */
- add_action( 'admin_enqueue_scripts', 'add_post_editor_style' );
- function add_post_editor_style() {
- wp_enqueue_style( 'studio_player_editor_css', get_stylesheet_directory_uri() . '/post-editor.css' );
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement