Signature apply_filters( ‘wpas_system_tabls’, $tools_tabs); Typical Usage Modify the list of tabs used in the TOOLS screen Note: The name of this filter is likely to be renamed since it is mis-spelled. The new name will be wpas_system_tables. It is...
Signature apply_filters( ‘wpas_labels_default_colors’, $colors); Typical Usage Modify the list of default colors used for various statuses and tags Parameters $colors: Array Returns Array Located In File: includes/admin/setttings/settings-style.php...
Signature apply_filters( ‘wpas_addons_licenses’, $licenses); Typical Usage Modify the list of licenses returned by the wpas_core_settings_licenses function Parameters $licenses: Array Returns Array Located In File:...
Signature apply_filters( ‘wpas_plugin_settings’, $settings); Typical Usage Modify the list of settings returned by the wpas_get_settings function Parameters $settings: Array Returns Array Located In File: includes/admin/setttings/functions-settings.php...
Recent Comments