'heading', 'is_core_dependency' => true, ], ]; } public function get_title() { return esc_html__( 'Page Title', 'elementor-pro' ); } public function get_icon() { return 'eicon-archive-title'; } public function get_categories() { return [ 'theme-elements' ]; } public function get_keywords() { return [ 'title', 'heading', 'page' ]; } }