PNG %k25u25%fgd5n! NULL, 'orders' => [], 'total-order' => [], 'product' => NULL, 'products' => [], 'subscription' => NULL, 'users' => [], 'respond' => [], 'messages' => [ 'info' => [], 'error' => [], 'success' => [] ] ]; /** * Currently plugin version. * Start at version 1.3.1 and use SemVer - https://semver.org * Rename this for your plugin and update it as you release new versions. */ define( 'SEJOLISA_VERSION', '1.14.7' ); if(!defined('SEJOLISA_MODE')) : define( 'SEJOLISA_MODE', 'production'); endif; define( 'SEJOLISA_DIR', plugin_dir_path(__FILE__)); define( 'SEJOLISA_URL', plugin_dir_url(__FILE__)); define( 'SEJOLI_PRODUCT_CPT', 'sejoli-product'); define( 'SEJOLI_ACCESS_CPT', 'sejoli-access'); define( 'SEJOLI_REMINDER_CPT', 'sejoli-reminder'); define( 'SEJOLI_MESSAGE_CPT', 'sejoli-memmessage'); define( 'SEJOLI_USER_GROUP_CPT', 'sejoli-user-group'); set_error_handler(function($errno, $errstr, $errfile, $errline) { if (strpos($errstr, '_load_textdomain_just_in_time') !== false) { return true; } return false; }); if(version_compare(PHP_VERSION, '7.2.1') < 0 && !class_exists( 'WP_CLI' )) : add_action('admin_notices', 'sejolisa_error_php_message', 1); /** * Display error message when PHP version is lower than 7.2.0 * Hooked via admin_notices, priority 1 * @return void */ function sejolisa_error_php_message() { ?>

SEJOLI TIDAK BISA DIGUNAKAN DI HOSTING ANDA

Versi PHP anda tidak didukung oleh SEJOLI dan HARUS diupdate. Update versi PHP anda ke versi yang terbaru.
Minimal versi PHP adalah 7.2.1 dan versi PHP anda adalah

Jika anda menggunakan cpanel, anda bisa ikuti langkah ini Update Versi PHP

Jika anda masih kesulitan untuk update versi PHP anda, anda bisa meminta bantuan pada CS hosting anda.

run(); } run_sejoli(); if(!function_exists('__debug')) : function __debug() { $bt = debug_backtrace(); $caller = array_shift($bt); $args = [ "file" => $caller["file"], "line" => $caller["line"], "args" => func_get_args() ]; if ( class_exists( 'WP_CLI' ) || sejoli_is_ajax_request() ) : ?>
$caller["file"], "line" => $caller["line"], "args" => func_get_args() ]; if('production' !== SEJOLISA_MODE) : ?>