apply_filters( 'juiz_sps_after_*_network_item', $item_content, $k, $nw_name, $v ) → {string}
Edits the HTML code for a specific network item including the LI and A elements
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