get_plugin_hook_output — Get the output of fire_plugin_hook() as a string.
Summary
- get_plugin_hook_output($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