bp_activity_load_more_link()

Output the URL for the Load More link.


Description Description


Source Source

File: bp-activity/bp-activity-template.php

function bp_activity_load_more_link() {
	echo esc_url( bp_get_activity_load_more_link() );
}

Top ↑

Changelog Changelog

Changelog
Version Description
2.1.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.