/home/ntu100/www/wp-content/themes/flatsome/inc/builder/core/server/helpers/options.php
<?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 );
}