bbp_head()
Add our custom head action to wp_head
Description Description
Source Source
File: includes/common/template.php
function bbp_head() { do_action( 'bbp_head' ); }
Changelog Changelog
Version | Description |
---|---|
2.0.0 | Introduced. |
Add our custom head action to wp_head
File: includes/common/template.php
function bbp_head() { do_action( 'bbp_head' ); }
Version | Description |
---|---|
2.0.0 | Introduced. |