bp_get_the_thread_exit_link

bp_get_the_thread_exit_link

Hook Type: filter

See hook in core

Displaying hooks found in version: buddypress.12.4.0

apply_filters('bp_get_the_thread_exit_link') is found 1 times:

  • /bp-messages/bp-messages-template.php line 2283
    		 * @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