0, ] ); $field['js_options'] = wp_parse_args( $field['js_options'], [ 'maxFileSize' => $field['max_file_size'], ] ); return $field; } /** * Template for media item. */ public static function print_templates() { parent::print_templates(); require RWMB_INC_DIR . 'templates/upload.php'; } }