[Plugin: Simple Image Sizes] Bug: home_url() should be admin_url()
-
There’s a bug at line 44 in class.admin.php that is preventing the image regeneration to work when the “WordPress address (URL)” setting is not the same as the “Site address (URL)” setting.
Currently:
‘ajaxUrl’ => home_url( ‘/wp-admin/admin-ajax.php’ ),Should be:
‘ajaxUrl’ => admin_url( ‘/admin-ajax.php’ ),https://www.ads-software.com/extend/plugins/simple-image-sizes/
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘[Plugin: Simple Image Sizes] Bug: home_url() should be admin_url()’ is closed to new replies.