[wp-trac] [WordPress Trac] #13449: Filter Cron URL
WordPress Trac
wp-trac at lists.automattic.com
Wed May 19 01:57:53 UTC 2010
#13449: Filter Cron URL
-------------------------+--------------------------------------------------
Reporter: ikailo | Owner: westi
Type: enhancement | Status: new
Priority: normal | Milestone: Future Release
Component: Cron | Version:
Severity: normal | Keywords: reporter-feedback close
-------------------------+--------------------------------------------------
Changes (by ikailo):
* version: 3.0 =>
Comment:
The case:
In a particular site's configuration,'siteurl' is set to
http://domain.com, and 'home' is 'http://domain.com/subdirectory/'. A
particular plugin requires that all postbacks be sent with the
subdirectory value intact. Hence, we must modify the Cron URL to reflect
the home value instead of the siteurl.
Other similar hooks already exist and can be used for such a purpose:
admin_url, trackback_url, plugins_url, login_url, logout_url, register,
wp_admin
I did not find any filters in wp_remote_post that would allow the same
simplicity as these other hooks. If one does exist, cold you please point
me to it?
--
Ticket URL: <http://core.trac.wordpress.org/ticket/13449#comment:2>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list