2186*2187* @see get_filesystem_method()2188*2189* @param string$path Path to the specific filesystem method classfile.2190* @param string$method The filesystem method to use.2191*/2192$abstraction_file=apply_filters('filesystem_method_file',ABSPATH.'wp-admin/includes/class-wp-filesystem-'.$method.'.php',$method);21932194if(!file_exists($abstraction_file)){2195returnnull;2196}21972198require_once$abstraction_file;
History
Introduced in 2.6.0. Unchanged from 6.7.7 through 7.1.0.