update_size() protected méthode

Sets or updates current image size.
Since: 3.5.0
protected update_size ( integer $width = null, integer $height = null ) : true | WP_Error
$width integer
$height integer
Résultat true | WP_Error
 public function update_size($width = null, $height = null)
 {
     return parent::update_size($width, $height);
 }