[wp-trac] [WordPress Trac] #28146: Export Filter for Post IDs

WordPress Trac noreply at wordpress.org
Tue May 6 10:55:11 UTC 2014


#28146: Export Filter for Post IDs
-------------------------+------------------------------
 Reporter:  zourbuth     |       Owner:
     Type:  enhancement  |      Status:  new
 Priority:  normal       |   Milestone:  Awaiting Review
Component:  Export       |     Version:  3.9
 Severity:  normal       |  Resolution:
 Keywords:               |     Focuses:  administration
-------------------------+------------------------------

Comment (by zourbuth):

 Sorry, I forgot to pass the $args to the filter.

 {{{
 $post_ids = apply_filters( 'export_post_ids', $wpdb->get_col( "SELECT ID
 FROM {$wpdb->posts} $join WHERE $where" ), $args );
 }}}

--
Ticket URL: <https://core.trac.wordpress.org/ticket/28146#comment:1>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list