bp_screens()

Fire the ‘bp_screens’ action, which runs just before rendering.


Description Description

Runs just after ‘bp_actions’. Use this hook to attach your template loaders.


Source Source

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

function bp_screens() {

	/**
	 * Fires inside the 'bp_screens' function, which runs just before rendering.
	 *
	 * Runs just after 'bp_actions'. Use this hook to attach your template loaders.
	 *
	 * @since 1.5.0
	 */
	do_action( 'bp_screens' );
}

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.