Changes between Initial Version and Version 1 of Ticket #2225, comment 27
- Timestamp:
- 03/27/2013 07:23:21 AM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #2225, comment 27
initial v1 6 6 add_action( 'template_redirect', 'bp_template_redirect', 11 ); 7 7 }}} 8 9 Anyway, this seems more like a hack than a long term solution. Killing the execution at that point seems risky, and I can see how this could break a lot of plugins.