Increase the number of images when using remove unused images in WP-Optimize on child sites.
Snippet Type
Execute on Child Sites
Snippet
add_filter( 'wpo_unused_images_per_page', function() {
return 1000;
});
Increase the number of images when using remove unused images in WP-Optimize on child sites.
Snippet Type
Execute on Child Sites
Snippet
add_filter( 'wpo_unused_images_per_page', function() {
return 1000;
});
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.