bp_xprofile_register_widgets()

Register bp-profile widgets.

Description

Source

File: bp-xprofile/bp-xprofile-widgets.php

function bp_xprofile_register_widgets() {

	/**
	 * Profile Completion Widget
	 */
	add_action(
		'widgets_init',
		function () {
			register_widget( 'BP_Xprofile_Profile_Completion_Widget' );
		}
	);

}

Changelog

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