get_plugin_hook_output

Plugin-related functions

Summary

get_plugin_hook_output(string $name, array $args = Array)

Get the output of fire_plugin_hook() as a string.

Parameters:
  • $name (string) – The hook name.
  • $args (array) – Arguments to be passed to the hook implementations.
Returns:

string

Usage

Examples

See Also