google_font_url() ) { wp_enqueue_style( 'business-aarambha-google-fonts', business_aarambha_google_fonts()->google_font_url(), array(), BUSINESS_AARAMBHA_VERSION ); } wp_enqueue_style( 'business-aarambha-editor-styles', BUSINESS_AARAMBHA_URI . 'assets/css/editor' . BUSINESS_AARAMBHA_SCRIPT_PREFIX . '.css', null, BUSINESS_AARAMBHA_VERSION, 'all' ); // Editor inline style wp_add_inline_style( 'business-aarambha-editor-styles', Business_Aarambha_Customizer_Inline_Style::css_output( 'editor' ) ); } } /** * Create Instance for business_aarambha_editor_style * * @since 1.0.0 * @access public * * @param * * @return object */ if ( ! function_exists( 'business_aarambha_editor_style' ) ) { function business_aarambha_editor_style() { return Business_Aarambha_Editor_Style::instance(); } business_aarambha_editor_style()->run(); }