2192*2193* @see get_filesystem_method()2194*2195* @param string$path Path to the specific filesystem method classfile.2196* @param string$method The filesystem method to use.2197*/2198$abstraction_file=apply_filters('filesystem_method_file',ABSPATH.'wp-admin/includes/class-wp-filesystem-'.$method.'.php',$method);21992200if(!file_exists($abstraction_file)){2201return;2202}22032204require_once$abstraction_file;
History
Introduced in 2.6.0. Unchanged from 6.7.7 through 7.1.0.