sm:sync::moveFile

sm:sync::moveFile

Hook Type: action
See hook in action

See hook in core

Displaying hooks found in version: wp-stateless.3.4.1

do_action('sm:sync::moveFile') is found 1 times:

  • /lib/classes/compatibility/lite-speed-cache.php line 215
            $short_file_path = apply_filters('wp_stateless_file_name', $short_file_path);
            $short_file_path_new = apply_filters('wp_stateless_file_name', $short_file_path_new);
    
            // copy file to the new location and delete the old one.
            do_action('sm:sync::moveFile', $short_file_path, $short_file_path_new);
    
            $this->update_hash($post_id, $short_file_path_new, $short_file_path);
          }
    
          /**
           * add_webp_mime
    

See this hook used in plugins: