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

Project Versions

Table Of Contents

Previous topic

get_plugin_broker

Next topic

get_plugin_ini

This Page