term_id ] = $category->name; } return $output; } endif; if ( ! function_exists( 'bloglex_elementor_styles' ) ) : /** * Loads styles on elementor editor. * * @since Bloglex 1.0.0 */ function bloglex_elementor_styles() { wp_enqueue_style( 'bloglex-econs', get_template_directory_uri() . '/inc/compatibility/elementor/assets/css/bloglex-econs.css', false, '1.0' ); } endif; add_action( 'elementor/editor/after_enqueue_styles', 'bloglex_elementor_styles' );