1. Home
  2. For Devs
  3. Filter
  4. Filter Admin Tab Content Title
  1. Home
  2. Plugins
  3. WP Webhooks
  4. For Devs
  5. Filter
  6. Filter Admin Tab Content Title

Filter Admin Tab Content Title

wpwhpro/admin/settings/element/filter_title

Description:
Use this filter to manipulate/change the title of the current admin page tabs content.

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

/**
* Hook for Filtering the title of a specified plugin file
*/
$title = apply_filters( 'wpwhpro/admin/settings/element/filter_title', $title, $hook_name );

Updated on August 10, 2019

Was this article helpful?

Related Articles