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