get_plugin_ini

Plugin-related functions

Summary

get_plugin_ini(string $pluginDirName, string $iniKeyName)

Get specified descriptive info for a plugin from its ini file.

Parameters:
  • $pluginDirName (string) – The directory name of the plugin.
  • $iniKeyName (string) – The name of the key in the ini file.
Returns:

string|null The value of the specified plugin key. If the key does not exist, it returns null.

Usage

Examples

See Also

Project Versions

Table Of Contents

Previous topic

get_plugin_hook_output

Next topic

get_specific_plugin_hook_output

This Page