bp_admin_setting_callback_enable_activity_autoload()

Automatically load more activity posts when scrolling to the bottom of the page.

Description

Source

File: bp-core/admin/bp-core-admin-settings.php

function bp_admin_setting_callback_enable_activity_autoload() {
?>

	<input id="_bp_enable_activity_autoload" name="_bp_enable_activity_autoload" type="checkbox" value="1" <?php checked( bp_is_activity_autoload_active( false ) ); ?> />
	<label for="_bp_enable_activity_autoload"><?php _e( 'Automatically load more activity posts when scrolling to the bottom of the page ', 'buddyboss' ); ?></label>

<?php
}

Changelog

Changelog
Version Description
BuddyPress 2.0.0 Introduced.

Questions?

We're always happy to help with code or other questions you might have! Search our developer docs, contact support, or connect with our sales team.