apply_filters( 'tribe_settings_page_title', string $page_title, string $admin_page )

Filter the tribe settings page title.


Parameters

$page_title

(string) The settings page title.

$admin_page

(string) The admin page ID.


Top ↑

Source

File: src/Tribe/Settings.php


Top ↑

Changelog

Changelog
Version Description
4.15.0 Introduced.