Unnecessary function: delete_files_fn

Issue #31 resolved
Luke Nelson created an issue

The function delete_files_fn( $target ) is unnecessary because its functionality can already be completed by $wp_filesystem->delete()

The function can be found at simpods-mvc/mvc/admin/models/pods_fields/podsfield_simpodspodsfile.php:754

It should be removed and any references to it should be replaced by WP filesystem.

Comments (2)

  1. Log in to comment