$args = array( 'post_type' => 'attachment', 'meta_query' => array( array( 'key' => 'my_key', 'value' => '1', 'compare' => '=', 'type' => 'BINARY' ) ) ); $query ...
確定! 回上一頁