bp_get_the_thread_exit_link
bp_get_the_thread_exit_link
Appears in: buddypress.10.1.0, buddypress.10.2.0, buddypress.10.3.0, buddypress.10.4.0, buddypress.10.5.0, buddypress.10.6.0, buddypress.11.0.0, buddypress.11.1.0, buddypress.11.2.0, buddypress.11.3.1, buddypress.11.3.2, buddypress.11.4.0, buddypress.12.0.0, buddypress.12.1.1, buddypress.12.2.0, buddypress.12.3.0, buddypress.12.4.0, buddypress.12.4.1, buddypress.12.5.0, buddypress.12.5.1, buddypress.14.0.0, buddypress.14.1.0, buddypress.14.2.1, buddypress.14.3.3
Hook Type: filter
Displaying hooks found in version: buddypress.14.3.3apply_filters('bp_get_the_thread_exit_link') is found 1 times:
- /bp-messages/bp-messages-template.php line 233723332334233523362337233823392340234123422343
* @since 10.0.0
*
* @param string
$url
URL to
exit
the current thread.
*/
return
apply_filters(
'bp_get_the_thread_exit_link'
,
$url
);
}
/**
* Output the
'Sent x hours ago'
string
for
the current message.
*
* @since 1.1.0