PATH:
home
/
niazsaze
/
public_html
/
wp-content
/
themes
/
flatsome
/
inc
/
builder
/
core
/
server
/
helpers
<?php function ux_builder_templates () { return ux_builder( 'templates' ); } function ux_builder_add_template ( $id, $data ) { ux_builder( 'templates' )->set( $id, $data ); } function ux_builder_get_template ( $id ) { return ux_builder( 'templates' )->get( $id ); } function ux_builder_remove_template ( $id ) { ux_builder( 'templates' )->remove( $id ); }
[-] components.php
[edit]
[-] transformers.php
[edit]
[-] modules.php
[edit]
[-] page.php
[edit]
[-] helpers.php
[edit]
[-] options.php
[edit]
[-] elements.php
[edit]
[-] paths.php
[edit]
[-] posts.php
[edit]
[-] templates.php
[edit]
[-] states.php
[edit]
[-] templating.php
[edit]
[-] shortcodes.php
[edit]
[-] urls.php
[edit]
[-] misc.php
[edit]
[+]
..
[-] breakpoints.php
[edit]
[-] strings.php
[edit]