Changes between Initial Version and Version 1 of Ticket #12400
- Timestamp:
- 02/27/2010 01:14:31 AM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #12400 – Description
initial v1 9 9 Starting output buffers on template_redirect with a priority -1000000 feels equally clunky. 10 10 11 Then, there is the front-end ajax. Yes, admin-ajax.php can be used unauthenticated... But the fact of the matter is, you can end up with SSL turned on when it's not useful, and the lack of an wp-ajax.php file makes many a plugin dev wonder where in the bloody hell he place hooks to catch hisrequests.11 Then, there is the front-end ajax. Yes, admin-ajax.php can be used unauthenticated... But the fact of the matter is, you can end up with SSL turned on when it's not useful, and the lack of an wp-ajax.php file makes many a plugin dev wonder where in the bloody hell he should catch his own requests. 12 12 13 13 It would be sweet if this all got fixed in WP 3.0.