You appear to be a bot. Output may be restricted
Description
Include the needed styles
Usage
Jetpack_Wizard_Banner::admin_banner_styles();
Parameters
Returns
void
Source
File name: jetpack/class-jetpack-wizard-banner.php
Lines:
1 to 11 of 11
public function admin_banner_styles() { wp_enqueue_style( 'jetpack-wizard-banner', Assets::get_file_url_for_environment( 'css/jetpack-wizard-banner.min.css', 'css/jetpack-wizard-banner.css' ), array(), JETPACK__VERSION ); }