bp_register_theme_directory()

Fire the ‘bp_register_theme_directory’ action.


Description Description

The main action used registering theme directories.


Source Source

File: bp-core/bp-core-dependency.php

function bp_register_theme_directory() {

	/**
	 * Fires inside the 'bp_register_theme_directory' function.
	 *
	 * The main action used registering theme directories.
	 *
	 * @since 1.7.0
	 */
	do_action( 'bp_register_theme_directory' );
}

Top ↑

Changelog Changelog

Changelog
Version Description
1.5.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.