do_action( 'bbp_new_site' )
Attach bbPress to WordPress
Contents
Description Description
bbPress uses its own internal actions to help aid in third-party plugin development, and to limit the amount of potential future code changes when updates to WordPress core occur.
These actions exist to create the concept of ‘plugin dependencies’. They provide a safe way for plugins to execute code only when bbPress is installed and activated, without needing to do complicated guesswork.
For more information on how this works, see the ‘Plugin Dependency’ section near the bottom of this file.
v--WordPress Actions v--bbPress Sub-actions
Source Source
File: includes/admin/actions.php