bp_legacy_theme_invite_template_loader()

Load group invitations loop to handle pagination requests sent via AJAX.


Description Description


Source Source

File: bp-templates/bp-legacy/buddypress-functions.php

function bp_legacy_theme_invite_template_loader() {
	bp_get_template_part( 'groups/single/invites-loop' );
	exit();
}

Top ↑

Changelog Changelog

Changelog
Version Description
2.0.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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