2197*2198* @see get_filesystem_method()2199*2200* @param string$path Path to the specific filesystem method classfile.2201* @param string$method The filesystem method to use.2202*/2203$abstraction_file=apply_filters('filesystem_method_file',ABSPATH.'wp-admin/includes/class-wp-filesystem-'.$method.'.php',$method);22042205if(!file_exists($abstraction_file)){2206returnnull;2207}22082209require_once$abstraction_file;
History
Introduced in 2.6.0. Unchanged from 6.7.7 through 7.1.0.