Submit
Path:
~
/
home
/
getwphos
/
www
/
techniquetechs
/
wp-content
/
plugins
/
redux-framework
/
redux-core
/
inc
/
classes
/
File Content:
class-redux-php.php
<?php /** * PHP version compatibility functionality. * * @package redux-framework */ if ( ! class_exists( 'Redux_PHP' ) ) { /** * Redux_PHP class. */ class Redux_PHP { /** * Minimum PHP version. * * @var string * * @noinspection PhpMissingFieldTypeInspection */ public static $minimum_version = '7.4.0'; /** * Is PHP version met. * * @return bool */ public static function version_met(): bool { return version_compare( PHP_VERSION, self::$minimum_version, '>=' ); } /** * Display incompatibility message on admin screen. * * @return void */ public static function php_version_nope() { printf( '<div id="redux-php-nope" class="notice notice-error"><p>%s</p></div>', wp_kses( sprintf( /* translators: 1: Redux Framework, 2: Required PHP version number, 3: Current PHP version number, 4: URL of PHP update help page */ __( 'The %1$s plugin requires PHP version %2$s or higher. This site is running PHP version %3$s. The theme/plugin that relies on Redux will not run properly without a PHP update. <a href="%4$s">Learn about updating PHP</a>.', 'redux-framework' ), 'Redux Framework', '<strong>7.4.0</strong>', '<strong>' . PHP_VERSION . '</strong>', 'https://wordpress.org/support/update-php/' ), array( 'a' => array( 'href' => array(), ), 'strong' => array(), ) ) ); } } }
Edit
Rename
Chmod
Delete
FILE
FOLDER
Name
Size
Permission
Action
class-redux-admin-notices.php
6777 bytes
0644
class-redux-ajax-save.php
6187 bytes
0644
class-redux-ajax-select2.php
3027 bytes
0644
class-redux-ajax-typography.php
1343 bytes
0644
class-redux-api.php
53507 bytes
0644
class-redux-args.php
11875 bytes
0644
class-redux-autoloader.php
2134 bytes
0644
class-redux-class.php
1182 bytes
0644
class-redux-colors.php
11587 bytes
0644
class-redux-enqueue.php
20823 bytes
0644
class-redux-extension-abstract.php
6377 bytes
0644
class-redux-extensions.php
2236 bytes
0644
class-redux-field.php
5214 bytes
0644
class-redux-filesystem.php
29919 bytes
0644
class-redux-functions-ex.php
13261 bytes
0644
class-redux-functions.php
8827 bytes
0644
class-redux-helpers.php
37666 bytes
0644
class-redux-i18n.php
1313 bytes
0644
class-redux-installer-muter.php
506 bytes
0644
class-redux-instances.php
2831 bytes
0644
class-redux-network.php
2098 bytes
0644
class-redux-options-constructor.php
33609 bytes
0644
class-redux-options-defaults.php
6689 bytes
0644
class-redux-output.php
14823 bytes
0644
class-redux-page-render.php
38188 bytes
0644
class-redux-panel.php
14345 bytes
0644
class-redux-path.php
568 bytes
0644
class-redux-php.php
1452 bytes
0644
class-redux-required.php
8806 bytes
0644
class-redux-sanitize.php
3778 bytes
0644
class-redux-thirdparty-fixes.php
4038 bytes
0644
class-redux-transients.php
844 bytes
0644
class-redux-validate.php
1560 bytes
0644
class-redux-validation.php
8427 bytes
0644
class-redux-wordpress-data.php
18511 bytes
0644
index.php
79 bytes
0644
N4ST4R_ID | Naxtarrr