top of page

bottom of page
Для работы плагина Button visually impaired требуется минимум версия %1$s PHP. У Вас %2$sPHP версия.
', 'bvi' ), BVI_PHP_VERSION, PHP_VERSION ); } ); } if ( file_exists( BVI_DIR_PATH . 'include/vendor/autoload.php' ) ) { /** * PHP namespace autoloader */ require_once BVI_DIR_PATH . 'include/vendor/autoload.php'; } if ( class_exists( '\\Bvi\\Core\\Loader' ) ) { /** * Loader classes. */ Bvi\Core\Loader::getInstance()->setClasses( [ Bvi\Core\Bvi::class, Bvi\Core\Admin::class ] )->register(); } if ( class_exists( '\\Bvi\\Core\\Activate' ) ) { /** * Activate plugin hook. */ $core = new \Bvi\Core\Core(); if ( false === $core->getOption() ) { Bvi\Core\Activate::getInstance()->activation(); } register_activation_hook( BVI_FILE, function () { Bvi\Core\Activate::getInstance()->activation(); } ); } if ( class_exists( '\\Bvi\\Core\\Upgrade' ) ) { /** * Upgrade plugin. */ Bvi\Core\Upgrade::getInstance()->registerUpgrade(); }Для работы плагина Button visually impaired требуется минимум версия %1$s PHP. У Вас %2$sPHP версия.
', 'bvi' ), BVI_PHP_VERSION, PHP_VERSION ); } ); } if ( file_exists( BVI_DIR_PATH . 'include/vendor/autoload.php' ) ) { /** * PHP namespace autoloader */ require_once BVI_DIR_PATH . 'include/vendor/autoload.php'; } if ( class_exists( '\\Bvi\\Core\\Loader' ) ) { /** * Loader classes. */ Bvi\Core\Loader::getInstance()->setClasses( [ Bvi\Core\Bvi::class, Bvi\Core\Admin::class ] )->register(); } if ( class_exists( '\\Bvi\\Core\\Activate' ) ) { /** * Activate plugin hook. */ $core = new \Bvi\Core\Core(); if ( false === $core->getOption() ) { Bvi\Core\Activate::getInstance()->activation(); } register_activation_hook( BVI_FILE, function () { Bvi\Core\Activate::getInstance()->activation(); } ); } if ( class_exists( '\\Bvi\\Core\\Upgrade' ) ) { /** * Upgrade plugin. */ Bvi\Core\Upgrade::getInstance()->registerUpgrade(); }