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