BP_XProfile_Component::setup_hooks()

Add custom hooks.


Description Description


Source Source

File: bp-xprofile/classes/class-bp-xprofile-component.php

	public function setup_hooks() {
		add_filter( 'bp_settings_admin_nav', array( $this, 'setup_settings_admin_nav' ), 2 );
	}

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.