Add global settings tab content HTML to the settings area. This would hold your additional settings, but should be wrapped in the correct tab structures.
Source
PHP
apply_filters(“wpgmza_global_settings_tab_content”, $html);
Arguments
- $html : The tab content HTML (string)
Requirements
- Must return the $html with your additions included. Do not override the content as this would break other integrations.
Files
- includes/class.settings-page.php
