sfw_parse_short_circuit_image_args
Description
Helper for short images args
Allows for array( 400, 300 ) instead of array( 'width' => 400, 'height' => 300 )
Since: 1.0.0
Code
<?php function sfw_parse_short_circuit_image_args( $args ){
…
} ?>
Parameter
- $args
- (array)