function ip2country_user_country_help in IP-based Determination of a Visitor's Country 7
Help callback for ip2country_user_country condition.
1 string reference to 'ip2country_user_country_help'
- ip2country_rules_condition_info in ./
ip2country.rules.inc - Implements hook_rules_condition_info().
File
- ./
ip2country.rules.inc, line 41 - Rules integration for the ip2country module.
Code
function ip2country_user_country_help() {
return t('Uses the ip2country module to determine if the user is located in one of the selected countries.');
}