Arkadaşlar wordpress'te sıkça karşılaştığım bir kod.Acaba tam karşılığı nedir bu kodun wordpress veya da php de??

$args = array(
'post_type' => 'attachment',
'numberposts' => -1,
'post_status' => null,
'post_parent' => $post->ID,
'exclude' => get_post_thumbnail_id()
);


Şöyle bir kod var mesela umarım tam anlatbilmişimdir.???