'Jet_Header_Document', 'file' => jet_theme_core()->plugin_path( 'includes/document-types/header.php' ), ); } /** * Is current structure could be outputed as location * * @return boolean */ public function is_location() { return true; } /** * Location name * * @return boolean */ public function location_name() { return 'header'; } /** * Aproprite location name from Elementor Pro * @return [type] [description] */ public function pro_location_mapping() { return 'header'; } /** * Library settings for current structure * * @return void */ public function library_settings() { return array( 'show_title' => false, 'show_keywords' => true, ); } } }