BBP_Shortcodes::__construct()
Add the register_shortcodes action to bbp_init
Description Description
Source Source
File: includes/common/shortcodes.php
public function __construct() {
$this->setup_globals();
$this->add_shortcodes();
}
Changelog Changelog
| Version | Description |
|---|---|
| 2.0.0 | Introduced. |