.. _fgetpluginhookoutput: ################################################################################ ``get_plugin_hook_output`` — Get the output of fire_plugin_hook() as a string. ################################################################################ :doc:`Plugin-related functions ` ******* Summary ******* .. include:: /Reference/libraries/globals/summary/get_plugin_hook_output.rst .. php:function:: get_plugin_hook_output($name, array $args = array()) Get the output of fire_plugin_hook() as a string. :type $name: string :param $name: The hook name. :type $args: array :param $args: Arguments to be passed to the hook implementations. :returns: string ***** Usage ***** .. include:: /Reference/libraries/globals/usage/get_plugin_hook_output.rst ******** Examples ******** .. include:: /Reference/libraries/globals/examples/get_plugin_hook_output.rst ******** See Also ******** .. include:: /Reference/libraries/globals/see_also/get_plugin_hook_output.rst