[wp-trac] [WordPress Trac] #12400: Add a wp_loaded hook, an ob_start hook, and an front end ajax hook

WordPress Trac wp-trac at lists.automattic.com
Thu Mar 25 03:32:17 UTC 2010


#12400: Add a wp_loaded hook, an ob_start hook, and an front end ajax hook
-------------------------------+--------------------------------------------
 Reporter:  Denis-de-Bernardy  |        Owner:          
     Type:  feature request    |       Status:  reopened
 Priority:  normal             |    Milestone:  3.0     
Component:  General            |      Version:  3.0     
 Severity:  normal             |   Resolution:          
 Keywords:  has-patch          |  
-------------------------------+--------------------------------------------

Comment(by sivel):

 Replying to [comment:22 TobiasBg]:
 > for those sites where admin-ajax.php is e.g. behind a .htaccess or
 running on SSL.

 As for the .htaccess concern you can easily remove admin-ajax.php from
 your restrictions by doing something like:

 {{{
 <Files admin-ajax.php>
     Order allow,deny
     Allow from all
     Satisfy any
 </Files>
 }}}

 As for SSL, as nacin, rboren and myself discussed, we agree that it would
 actually be a benefit if the admin was protected by SSL.

-- 
Ticket URL: <http://core.trac.wordpress.org/ticket/12400#comment:23>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list