[wp-hackers] custom post types with quick edit

Deanna Schneider deanna.schneider at gmail.com
Tue Apr 27 12:10:22 UTC 2010


Thanks, that's exactly what I was looking for.

-Deanna

On Mon, Apr 26, 2010 at 4:08 PM, scribu <scribu at gmail.com> wrote:
> if ( defined('DOING_AJAX') )
>  return;
>
> On Mon, Apr 26, 2010 at 10:56 PM, Deanna Schneider <
> deanna.schneider at gmail.com> wrote:
>
>> I'm working on a custom post type implementation for WP 3.0 and I've
>> come upon a little snag. My function to insert the custom post type
>> needs to loop through a whole bunch of registered meta fields, but
>> only if it's not a quick edit. I haven't been able to figure out how
>> to tell if it's a quick edit or not. Anyone know? (If I loop through
>> and process the fields when it's a quick edit the fields aren't there
>> and get deleted. Not good.)
>>
>> Thanks,
>> Deanna
>> _______________________________________________
>> wp-hackers mailing list
>> wp-hackers at lists.automattic.com
>> http://lists.automattic.com/mailman/listinfo/wp-hackers
>>
>
>
>
> --
> http://scribu.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