zZzzZ.
home2
/
zrzvbdry
/
discountplusoffer.com
/
wp-content
/
plugins
/
ultimate-post
/
addons
/
wpbakery
New Folder
Editing: init.php
Save
Cancel
<?php defined( 'ABSPATH' ) || exit; function ultp_wpbakery_builder() { if ( ultimate_post()->get_setting( 'ultp_wpbakery' ) == 'true' ) { if ( defined( 'WPB_VC_VERSION' ) ) { require_once ULTP_PATH . '/addons/wpbakery/wpbakery.php'; } } } add_action( 'init', 'ultp_wpbakery_builder' );