Filter Admin Tab Content

wpwhpro/admin/settings/menu/filter_content

Description:
Use this filter to manipulate/change the output/content that gets displayed on the current tab of the WP Webhooks Pro admin page.

Parameter Type Description
$current_content string The current content that should be displayed on the admin page.
$active_val string The key of the current tab.

/**
* Possibility to filter the content after
* creating its output
*/
$current_content = apply_filters( 'wpwhpro/admin/settings/menu/filter_content', $current_content, $active_val );

Updated on August 10, 2019

Was this article helpful?

Related Articles