Autorename not working
-
Hi,
i transfered a website to a new domain using the Duplicator plugin.
After that i installed the Media File Renamer.For some reason all the images appear as “Automatically renamed” (see here https://ibb.co/dtwjLV ) with no option to rename them.
I also tried to use the function bellow that normaly forces the plugin to propose a new image filenames and enable the “auto rename” but it has no impact.
add_filter( ‘mfrh_new_filename’, ‘my_filter_filename’, 10, 3 );
function my_filter_filename( $new, $old, $post ) {
…
}
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘Autorename not working’ is closed to new replies.