PATH:
home
/
niazsaze
/
public_html
/
wp-content
/
themes
/
flatsome
/
inc
/
builder
/
core
/
shortcodes
<?php add_action( 'ux_builder_setup', function () { require_once __DIR__ . '/_root.php'; require_once __DIR__ . '/gallery.php'; } );
[-] _root.php
[edit]
[-] gallery.php
[edit]
[-] shortcodes.php
[edit]
[+]
..