Description #
This filter returns the IP provider used in the phone field.
apply_filters('fluentform/ip_provider', $url);
Usage #
add_filter('fluentform/ip_provider', function ($url) {
// do your stuff
return $url;
}, 10, 1);
Parameters #
- $url (string) Provider Url
Placement #
This code should be placed in the functions.php file of your active theme.
Source Code #
This filter is located in FluentFormPro\Components\PhoneField -> pushScripts($data, $form)