bbp_after_setup_theme()

The main action used for executing code after the theme has been setup


Description Description


Source Source

File: includes/core/sub-actions.php

function bbp_after_setup_theme() {
	do_action( 'bbp_after_setup_theme' );
}

Top ↑

Changelog Changelog

Changelog
Version Description
2.1.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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