8889841chome/clixcotz/tcchp.clix.co.tz/wp-content/plugins/contact-form-7/modules/listo.php000064400000001347150477027710024277 0ustar00locale(); foreach ( (array) $options as $option ) { $option = explode( '.', $option ); $type = $option[0]; if ( isset( $option[1] ) ) { $args['group'] = $option[1]; } else { unset( $args['group'] ); } if ( $list = listo( $type, $args ) ) { $data = array_merge( (array) $data, $list ); } } return $data; } home/clixcotz/benson.clix.co.tz/wp-content/plugins/contact-form-7/modules/listo.php000064400000001363150536151340024451 0ustar00locale(); } foreach ( (array) $options as $option ) { $option = explode( '.', $option ); $type = $option[0]; if ( isset( $option[1] ) ) { $args['group'] = $option[1]; } else { unset( $args['group'] ); } if ( $list = listo( $type, $args ) ) { $data = array_merge( (array) $data, $list ); } } return $data; }