Sid Gifari File Manager
🏠 Root
/
home
/
nradmin
/
www
/
wp-content
/
themes
/
flatsome
/
inc
/
builder
/
core
/
server
/
helpers
/
📝 Editing: 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 ); }
💾 Save
❌ Cancel
Sid Gifari File Manager v1.0 | Terminal Auto-Sync Enabled | Current Path: /home/nradmin/www/wp-content/themes/flatsome/inc/builder/core/server/helpers