[wp-hackers] wp_redirect() fails on Linux

AJ Chen canovaj at gmail.com
Thu Aug 24 23:16:51 GMT 2006


Mark, thanks. I got it to work.
-aj

On 8/23/06, Mark Jaquith <mark.wordpress at txfx.net> wrote:
>
> 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/
>
>
> _______________________________________________
> wp-hackers mailing list
> wp-hackers at lists.automattic.com
> http://lists.automattic.com/mailman/listinfo/wp-hackers
>


More information about the wp-hackers mailing list