D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
mybf1
/
public_html
/
ja.bf1.my
/
wp-content
/
themes
/
ef-practical
/
inc
/
kirki
/
deprecated
/
Filename :
classes.php
back
Copy
<?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 ); } } }