update_size() 보호된 메소드

Sets or updates current image size.
부터: 3.5.0
protected update_size ( integer $width = null, integer $height = null ) : true | WP_Error
$width integer
$height integer
리턴 true | WP_Error
 public function update_size($width = null, $height = null)
 {
     return parent::update_size($width, $height);
 }