Advertisement
arie_cristianD

Add Editor styles

Jan 24th, 2024
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.23 KB | None | 0 0
  1.  
  2. /* Add Editor styles */
  3. add_action( 'admin_enqueue_scripts', 'add_post_editor_style' );
  4. function add_post_editor_style() {
  5.     wp_enqueue_style( 'studio_player_editor_css', get_stylesheet_directory_uri() . '/post-editor.css' );
  6. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement