BP_Search_Core::init_load()

We require BuddyPress to run the main components, so we attach to the ‘bp_init’ action which BuddyPress calls after it’s started up. This ensures any BuddyPress related code is only loaded when BuddyPress is active.

Description

Return

(void)

Source

File: bp-search/classes/class-bp-search-core.php

		public function init_load() {
			$this->load_main();
		}

Changelog

Changelog
Version Description
BuddyBoss 1.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.