Add custom tabs to the global settings area. This is specifically for tabs within the menu, and not for the content within the page.
Source
PHP
apply_filters(“wpgmza_global_settings_tabs”, $html);
Arguments
- $html : The settings tab add-on HTML (string)
Requirements
- Must return the $html with your changes added, but should not replace the content outright
Files
- includes/class.settings-page.php
