Archive | Functions RSS feed for this section

get_file_description

Get the description for standard WordPress theme files and other various standard WordPress files

1396

Continue reading →

get_file_data

Retrieve metadata from a file.Searches for metadata in the first 8kiB of a file, such as a plugin or theme. Each piece of metadata must be on its own line. Fields can not span multiple lines, the value will get cut at the end of the first line.

1394

Continue reading →

get_filesystem_method

Determines which Filesystem Method to use.The priority of the Transports are: Direct, SSH2, FTP PHP Extension, FTP Sockets (Via Sockets class, or fsockopen())

1392

Continue reading →