/home/ntu100/www/wp-content/themes/flatsome/inc/builder/core/shortcodes/shortcodes.php
<?php

add_action( 'ux_builder_setup', function () {
  require_once __DIR__ . '/_root.php';
  require_once __DIR__ . '/gallery.php';
} );