Filter: juiz_sps_twitter_nickname

apply_filters( 'juiz_sps_twitter_nickname', $text ) → {string}
Edits the default Twitter nickname mentionned in the URL (via option) and override the option in the admin.
The option have to not to be empty in the admin for the hook to work.

Parameters:

Name Type Description
$text string The Twitter nickname set in the admin option.
Since:
  • 1.4.9 First version
Author:
Source:

Returns:

The new Twitter nickname to be mentionned.
Type
string