You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I had a theme using Aq_Resize and had to tell it the $url was empty in the theme's callback. Originally they had the final as:
if(!function_exists('aq_resize')) { /** * This is just a tiny wrapper function for the class above so that there is no * need to change any code in your own WP themes. Usage is still the same :) */ function aq_resize( $url, $width = null, $height = null, $crop = null, $single = true, $upscale = false, $size_force = false ) {
And I simply added a string value of '' nada and all the errors went bye bye.
if(!function_exists('aq_resize')) { /** * This is just a tiny wrapper function for the class above so that there is no * need to change any code in your own WP themes. Usage is still the same :) */ function aq_resize( $url = '', $width = null, $height = null, $crop = null, $single = true, $upscale = false, $size_force = false ) {
Hi,
error.log detail
fix error please.
Aq_Resize.process() error: $url parameter is required
Aq_Resize.process() error: $url parameter is required
Aq_Resize.process() error: $url parameter is required
Aq_Resize.process() error: $url parameter is required
example:
The text was updated successfully, but these errors were encountered: