apply_filters( 'wptt_shorten_link', $comment_url, $title, $post_ID, $test ) → {string}
Customize the URL shortening of a comment link.
Parameters:
Name | Type | Description |
---|---|---|
$comment_url |
string | The comment link. |
$title |
string | The post title. |
$post_ID |
int | The post ID. |
$test |
bool | True means this is a test run. |
- Source:
Returns:
- Type
- string