Skip to content

Instantly share code, notes, and snippets.

@tomhemsley
Created October 16, 2014 10:46
Show Gist options
  • Save tomhemsley/32786e0fa7f01ad6db59 to your computer and use it in GitHub Desktop.
Save tomhemsley/32786e0fa7f01ad6db59 to your computer and use it in GitHub Desktop.
Add style.css to preview
function metaslider_add_style_to_preview() {
wp_enqueue_style( 'theme-css', get_template_directory_uri() . '/style.css', array(), '', true );
}
add_action( 'admin_post_metaslider_preview', 'metaslider_add_style_to_preview', 9 );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment