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.14.3.3

apply_filters('bp_get_the_thread_exit_link') is found 1 times:

  • /bp-messages/bp-messages-template.php line 2337
    2333
    2334
    2335
    2336
    2337
    2338
    2339
    2340
    2341
    2342
    2343
             * @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