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 );
	}

Changelog

Changelog
Version Description
2.6.4 Introduced.


User Contributed Notes

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