我想从3轴数据中删除重力,请帮我修理它。
$args = array(
'post_type' => array( 'team', 'work'), // Specify your custom post types slug here"
'post_status' => 'publish',
'posts_per_page' => -1
'caller_get_posts' => -1
);
$query = null;
$query = new WP_Query($args);