Skip to content

conversion_bridge_admin_tabs

Description

The conversion_bridge_admin_tabs filter allows you to change the tabs shown in the admin interface. The default keys are:

  • platforms
  • integrations
  • journeys
  • options
  • custom
  • license

Usage

add_filter( 'conversion_bridge_admin_tabs', 'my_hook_function', 10, 1 );

Parameters

  1. $tabs (array)
    Available admin tabs in key => value (label) pairs

Still need help?

If you have not yet found your answer in the documentation articles, please contact support

Contact support