/
www
/
wwwroot
/
alo88.autos
/
wp-content
/
themes
/
flatsome
/
inc
/
builder
/
core
/
server
/
helpers
/
Upload File
HOME
<?php /** * Register an option type. * * @param string $type * @param array $data */ function add_ux_builder_option_type( $type, $data = array() ) { UxBuilder\Options\Options::register( $type, $data ); }