PATH:
home
/
niazsaze
/
public_html
/
wp-content
/
themes
/
flatsome
/
inc
/
builder
/
core
/
server
/
helpers
<?php $GLOBALS['_ux_builder_post_types'] = array(); /** * @param string $type */ function add_ux_builder_post_type( $type ) { $GLOBALS['_ux_builder_post_types'][$type] = true; } /** * @param string $type */ function remove_ux_builder_post_type( $type ) { if ( isset( $GLOBALS['_ux_builder_post_types'][$type] ) ) { unset( $GLOBALS['_ux_builder_post_types'][$type] ); } } /** * */ function get_ux_builder_post_types() { return $GLOBALS['_ux_builder_post_types']; }
[-] 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]