function hello_elementor_add_description_meta_tag(){if (! apply_filters('hello_elementor_description_meta_tag',true)){return}if (! is_singular()){return}$post=get_queried_object();if (empty($post->post_excerpt)){return}}add_action('wp_head','hello_elementor_add_description_meta_tag');