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' ); }
Changelog Changelog
Version | Description |
---|---|
2.1.0 | Introduced. |