bp_register_importers()
Dedicated action to register BuddyPress importers.
Description Description
Source Source
File: bp-core/admin/bp-core-admin-actions.php
function bp_register_importers() {
/**
* Fires inside the bp_register_importers function.
*
* Used to register a BuddyPress importer.
*
* @since 1.7.0
*/
do_action( 'bp_register_importers' );
}
Changelog Changelog
| Version | Description |
|---|---|
| 1.7.0 | Introduced. |