Filter: juiz_sps_url_params

apply_filters( 'juiz_sps_url_params', $params ) → {string}
Edits the API URL at the end. You can use it to add parameters like UTM.
To edit a specific API URL, see juiz_sps_*_url_params

Parameters:

Name Type Default Description
$params string '' Empty by default.
Since:
  • 2.0.0 First version
Author:
Source:

Returns:

The new parameters you added. Don't forget to start with a &
Type
string