Sid Gifari File Manager
🏠 Root
/
home
/
nradmin
/
www
/
wp-content
/
themes
/
flatsome
/
inc
/
builder
/
core
/
server
/
helpers
/
📝 Editing: components.php
<?php function ux_builder_add_component( $type, $options ) { ux_builder( 'components' )->set( $type, $options ); } function ux_builder_edit_component( $type, $options ) { ux_builder( 'components' )->modify( $type, $options ); } function ux_builder_remove_component( $type ) { ux_builder( 'components' )->remove( $type ); }
💾 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