WP_Filesystem_Base::get_contents( string $file ): string|false
Reads entire file into a string.
Parameters
-
$file
string Required -
Name of the file to read.
Return
string|false Read data on success, false on failure.
Source
File: wp-admin/includes/class-wp-filesystem-base.php
.
View all references
public function get_contents( $file ) {
return false;
}
Changelog
Version | Description |
---|---|
2.5.0 | Introduced. |
User Contributed Notes
-
Skip to note 1 content You must log in to vote on the helpfulness of this noteVote results for this note: 0You must log in to vote on the helpfulness of this note