@param String $operator return relationship operator. * @param String $value value. * @return bool|void * @since 1.35.1 */ public function compare_value( $settings, $operator, $value ) { $geolocation = new UAEL_Geolocation(); $location = $geolocation->geolocate_ip(); $country = $location['country']; return UAEL_Helper::display_conditions_compare( $country, $value, $operator ); } } Propiedades - Max Coloma Propiedades
Scroll al inicio