%PDF- %PDF-
Direktori : /var/www/html/qendrasteps/wp-content/themes/tm-heli/core/kirki/deprecated/ |
Current File : /var/www/html/qendrasteps/wp-content/themes/tm-heli/core/kirki/deprecated/classes.php |
<?php // @codingStandardsIgnoreFile if ( ! class_exists( 'Kirki_Active_Callback' ) ) { // Removed in https://github.com/aristath/kirki/pull/1682/files class Kirki_Active_Callback { public static function evaluate() { _deprecated_function( __METHOD__, '3.0.17', null ); return true; } private static function evaluate_requirement() { _deprecated_function( __METHOD__, '3.0.17', null ); return true; } public static function compare( $value1, $value2, $operator ) { _deprecated_function( __METHOD__, '3.0.17', 'Kirki_Helper::compare_values' ); return Kirki_Helper::compare_values( $value1, $value2, $operator ); } } }