get_specific_plugin_hook_output — Get the output of a specific plugin’s hook as a string.

Plugin-related functions

Summary

get_specific_plugin_hook_output()

Get the output of a specific plugin’s hook as a string.

This is like get_plugin_hook_output() but only calls the hook within the provided plugin.

Returns:string|null

Usage

Examples

See Also