Astra_Addon_Filesystem::get_contents( string $file_path )
Get contents of the file.
Description
Parameters
- $file_path
-
(string) (Required) Gets the assets path info.
Return
(bool) $get_contents Gets te file contents.
Source
File: classes/class-astra-addon-filesystem.php
public function get_contents( $file_path ) { return astra_addon_filesystem()->get_filesystem()->get_contents( $file_path ); }
Expand full source code Collapse full source code View on Trac
Changelog
Version | Description |
---|---|
2.6.4 | Introduced. |