apply_filters( 'wpt_shorten_link', $url, $shortener, $post_ID ) → {string}
Make modifications to URLs prior to shortening.
Parameters:
Name | Type | Description |
---|---|---|
$url |
string | Full permalink URL to post. |
$shortener |
string | Shortener selected in settings. |
$post_ID |
int | Post ID. |
- Source:
Returns:
- Type
- string