Пример #1
0
 /**
  * Get uploaded file information.
  *
  * @param int   $file_id Attachment image ID (post ID). Required.
  * @param array $args    Array of arguments (for size).
  * @return array|bool False if file not found. Array of image info on success
  */
 static function file_info($file_id, $args = array())
 {
     return MASHSB_RWMB_Image_Field::file_info($file_id, $args);
 }