debugpress_info_file()

Description

Print the value in the custom file based on the provided path and write mode.

Definition
function debugpress_info_file( $object, string $path, string $mode = “w” );
Arguments
Name
Type
Description
object
mixed
Object value to store, it can be any type
path
string
Full path to the file to write into
mode
string
File writing mode, @see ‘fopen’
0
0
18
Rate this reference

You are not allowed to rate this post.

Leave a Comment