108 reputation
3
bio website
location Rochester, NY
age
visits member for 8 months
seen Mar 21 at 12:35
stats profile views 1

Oct
8
comment using wp_redirect to redirect to a permalink
I did--in fact, page-error.php just contains require_once('404.php'), but I need to change the URL to match the original site. My solution was using wp_redirect and a page. Is there an easier way to change the 404's URL?
Oct
5
asked using wp_redirect to redirect to a permalink
Sep
23
awarded  Student
Sep
20
awarded  Supporter
Sep
13
awarded  Scholar
Sep
13
accepted Do wp-cron scheduled tasks run asynchronously?
Sep
11
comment Do wp-cron scheduled tasks run asynchronously?
So if a single cron task has an error (such as the timeout we keep talking about), any remaining scheduled tasks will fail to run?
Sep
11
comment Do wp-cron scheduled tasks run asynchronously?
I'm using set_time_limit to bypass the 30 second default (thanks). Do two independent wp-cron tasks run asynchronously from eachother? In other words, if there's an error (such as a timeout) on one, will the other fail to launch?
Sep
10
asked Do wp-cron scheduled tasks run asynchronously?