Changeset 7380 for trunk/src/includes/core/actions.php
- Timestamp:
- 12/05/2025 02:27:53 AM (8 months ago)
- File:
-
- 1 edited
-
trunk/src/includes/core/actions.php (modified) (8 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/includes/core/actions.php
r7376 r7380 2 2 3 3 /** 4 * bbPress Actions 4 * bbPress Actions. 5 5 * 6 6 * This file contains the actions that are used through-out bbPress. They are … … 23 23 24 24 /** 25 * Attach bbPress to WordPress 25 * Attach bbPress to WordPress. 26 26 * 27 27 * bbPress uses its own internal actions to help aid in third-party plugin … … 57 57 58 58 /** 59 * bbp_loaded - Attached to 'plugins_loaded' above 59 * bbp_loaded - Attached to 'plugins_loaded' above. 60 60 * 61 61 * Attach various loader actions to the bbp_loaded action. … … 72 72 73 73 /** 74 * bbp_init - Attached to 'init' above 74 * bbp_init - Attached to 'init' above. 75 75 * 76 76 * Attach various initialization actions to the init action. … … 87 87 88 88 /** 89 * bbp_setup_theme - Attached to 'setup_theme' above 89 * bbp_setup_theme - Attached to 'setup_theme' above. 90 90 * 91 91 * Attach various theme related actions to the setup_theme action. … … 96 96 97 97 /** 98 * bbp_roles_init - Attached to 'wp_roles_init' above 98 * bbp_roles_init - Attached to 'wp_roles_init' above. 99 99 * 100 100 * Attach various role related actions to the wp_roles_init action. … … 113 113 114 114 /** 115 * bbp_register - Attached to 'init' above on 0 priority 115 * bbp_register - Attached to 'init' above on 0 priority. 116 116 * 117 117 * Attach various initialization actions early to the init action. … … 135 135 136 136 /** 137 * bbp_ready - attached to end 'bbp_init' above 137 * bbp_ready - attached to end 'bbp_init' above. 138 138 * 139 139 * Attach actions to the ready action after bbPress has fully initialized.
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)