/**
 * Output the URL for the Load More link.
 *
 * @since BuddyPress (2.1.0)
 */
function bp_activity_load_more_link()
{
    echo esc_url(bp_get_activity_load_more_link());
}
示例#2
0
/**
 * Output the URL for the Load More link.
 *
 * @since BuddyPress (2.1.0)
 */
function bp_activity_load_more_link()
{
    echo bp_get_activity_load_more_link();
}