get_plugin_hook_output — Get the output of fire_plugin_hook() as a string.

Plugin-related functions

Summary

get_plugin_hook_output($name, $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