Filter: juiz_sps_*_url_params

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

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