| Server IP : www.new.bangkokfinder.com / Your IP : 172.71.82.25 Web Server : nginx/1.20.1 System : Linux new 4.15.0-159-generic #167-Ubuntu SMP Tue Sep 21 08:55:05 UTC 2021 x86_64 User : bangkokfinder ( 1000) PHP Version : 7.4.33 Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare, MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /home/bangkokfinder/www/wp-content/plugins/generateblocks-pro/ |
Upload File : |
<?php
/**
* Set up the plugin.
*
* @package GenerateBlocks Pro
*/
if ( ! defined( 'ABSPATH' ) ) {
exit; // Exit if accessed directly.
}
// Load necessary files.
require_once GENERATEBLOCKS_PRO_DIR . 'includes/defaults.php';
require_once GENERATEBLOCKS_PRO_DIR . 'includes/general.php';
require_once GENERATEBLOCKS_PRO_DIR . 'includes/generate-css.php';
require_once GENERATEBLOCKS_PRO_DIR . 'includes/functions.php';
require_once GENERATEBLOCKS_PRO_DIR . 'includes/deprecated.php';
require_once GENERATEBLOCKS_PRO_DIR . 'includes/feature-settings.php';
require_once GENERATEBLOCKS_PRO_DIR . 'includes/class-singleton.php';
require_once GENERATEBLOCKS_PRO_DIR . 'includes/class-local-templates.php';
require_once GENERATEBLOCKS_PRO_DIR . 'includes/class-global-styles.php';
require_once GENERATEBLOCKS_PRO_DIR . 'includes/class-rest.php';
require_once GENERATEBLOCKS_PRO_DIR . 'includes/class-settings.php';
require_once GENERATEBLOCKS_PRO_DIR . 'includes/class-asset-library.php';
require_once GENERATEBLOCKS_PRO_DIR . 'includes/class-plugin-update.php';
require_once GENERATEBLOCKS_PRO_DIR . 'includes/pattern-library/class-patterns-post-type.php';
require_once GENERATEBLOCKS_PRO_DIR . 'includes/pattern-library/class-pattern-library.php';
require_once GENERATEBLOCKS_PRO_DIR . 'includes/pattern-library/class-pattern-library-rest.php';
require_once GENERATEBLOCKS_PRO_DIR . 'includes/styles/class-styles-post-type.php';
require_once GENERATEBLOCKS_PRO_DIR . 'includes/styles/class-styles.php';
require_once GENERATEBLOCKS_PRO_DIR . 'includes/styles/class-styles-rest.php';
require_once GENERATEBLOCKS_PRO_DIR . 'includes/styles/class-styles-enqueue.php';
require_once GENERATEBLOCKS_PRO_DIR . 'includes/extend/query-loop/class-related-post.php';
require_once GENERATEBLOCKS_PRO_DIR . 'includes/extend/query-loop/class-related-parent.php';
require_once GENERATEBLOCKS_PRO_DIR . 'includes/extend/query-loop/class-related-author.php';
require_once GENERATEBLOCKS_PRO_DIR . 'includes/extend/query-loop/class-related-terms.php';
require_once GENERATEBLOCKS_PRO_DIR . 'includes/extend/query/class-query.php';
require_once GENERATEBLOCKS_PRO_DIR . 'includes/extend/looper/class-looper.php';
require_once GENERATEBLOCKS_PRO_DIR . 'includes/extend/dynamic-content/class-advanced-custom-fields.php';
require_once GENERATEBLOCKS_PRO_DIR . 'includes/extend/dynamic-tags/class-acf.php';
require_once GENERATEBLOCKS_PRO_DIR . 'includes/extend/dynamic-tags/class-register.php';
require_once GENERATEBLOCKS_PRO_DIR . 'includes/extend/dynamic-tags/class-adjacent-posts.php';
require_once GENERATEBLOCKS_PRO_DIR . 'includes/extend/interactions/class-tabs.php';
require_once GENERATEBLOCKS_PRO_DIR . 'includes/extend/interactions/class-accordion.php';
require_once GENERATEBLOCKS_PRO_DIR . 'includes/extend/block-conditions.php';
require_once GENERATEBLOCKS_PRO_DIR . 'includes/extend/menu-item-conditions.php';
require_once GENERATEBLOCKS_PRO_DIR . 'includes/blocks/blocks.php';
require_once GENERATEBLOCKS_PRO_DIR . 'includes/conditions/conditions.php';
require_once GENERATEBLOCKS_PRO_DIR . 'includes/overlays/overlays.php';
require_once GENERATEBLOCKS_PRO_DIR . 'includes/mega-menus/class-mega-menus.php';