Changes between Version 1 and Version 2 of Ticket #7218, comment 61
- Timestamp:
- 03/01/2018 07:04:41 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #7218, comment 61
v1 v2 5 5 So we would need to load before priority 6. The `'bp_setup_canonical_stack'` at priority > `10` is the earliest, with the latest being `'bp_setup_nav'` at priority `0` to be safe. 6 6 7 Edit - Could do `add_action( 'bp_init', 'bp_late_include', 6 )` if it is listed just before the `'bp_setup_nav'` call )if that is more semantic with our current `'bp_init'` action hooks.7 Edit - Could do `add_action( 'bp_init', 'bp_late_include', 6 )` if it is listed just before the `'bp_setup_nav'` call if that is more semantic with our current `'bp_init'` action hooks. 8 8 9 9 Let me know which hook is preferred and I can start committing stuff on the weekend.