apply_filters( 'juiz_sps_after_each_network_item', $item_content, $k, $nw_name, $v ) → {string}
Edits the HTML code for every item including the LI and A elements.
To edit the same code for a specific network, prefer the hook juiz_sps_after_*_network_item
To edit the same code for a specific network, prefer the hook juiz_sps_after_*_network_item
Parameters:
Name | Type | Description |
---|---|---|
$item_content |
string | The link content. |
$k |
string | The network shortname. |
$nw_name |
string | The display-name of the network. |
$v |
array | The information relative for a specific network. |
- Since:
- 1.4.3 First version
- Source:
Returns:
The modified HTML code.
- Type
- string