function hello_elementor_child_enqueue_scripts(){wp_enqueue_style('hello-elementor-child-style',get_stylesheet_directory_uri() . '/style.css',['hello-elementor-theme-style',],'1.0.0')}add_action('wp_enqueue_scripts','hello_elementor_child_enqueue_scripts',20);function ele_disable_page_title($return){return false}add_filter('hello_elementor_page_title','ele_disable_page_title');