Developers
...
Filters
Basic

wpgmza_plugin_get_default_settings

3min

Modify the default settings the plugin uses as part of the installation flow.

Source

PHP
ο»Ώ

Arguments

  • $settings : The default settings (array)

Requirements

  • Must return the array passed, with your additions/changes applied

Files

  • includes/class.global-settings.php

Changing default settings should be done with care as this can adjust installation flow dramatically.

ο»Ώ