apply_filters( 'wptt_shorten_link', string, string, bool, bool )
Customize the URL shortening of a link in the link manager.
Parameters:
| Name | Type | Description |
|---|---|---|
string |
$thispostlink The passed bookmark link. |
|
string |
$thislinkname The provided link title. |
|
bool |
$post_ID False, because links don't have post IDs. |
|
bool |
$test 'link' to indicate a link is being shortened. |
- Source:
Returns:
string