apply_filters( 'filesystem_method_file', string $path, string $method )

Filters the path for a specific filesystem method class file.


Description

Top ↑

See also


Top ↑

Parameters

$path string
Path to the specific filesystem method class file.
$method string
The filesystem method to use.

Top ↑

Source

File: wp-admin/includes/file.php. View all references

$abstraction_file = apply_filters( 'filesystem_method_file', ABSPATH . 'wp-admin/includes/class-wp-filesystem-' . $method . '.php', $method );


Top ↑

Changelog

Changelog
Version Description
2.6.0 Introduced.

Top ↑

User Contributed Notes

You must log in before being able to contribute a note or feedback.