BuddyPress::registered_components( array $components )

Description #

Register anspress component.

Parameters #

  • $components
    array (Required) Components.

Changelog #

VersionDescription
4.1.8Introduced.

Source #

File: addons/buddypress/buddypress.php

	public function registered_components( array $components ) {
		array_push( $components, 'anspress' );

		return $components;
	}

Leave a Reply

Your email address will not be published.

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Add your comment