[wp-hackers] wp_redirect() fails on Linux

Mark Jaquith mark.wordpress at txfx.net
Wed Aug 23 11:04:19 GMT 2006


On Aug 23, 2006, at 4:32 AM, AJ Chen wrote:

> Is there any way to retrieve a
> custom field from the post being edited inside the admin_notices hook
> function?

You might have to just get its ID from the $_GET array, set it to  
$id, and then do $post = &get_post($id);

--
Mark Jaquith
http://txfx.net/




More information about the wp-hackers mailing list