plugin settings were getting changed
This commit is contained in:
parent
b358e8afe2
commit
95ec0767d8
3 changed files with 14 additions and 8 deletions
|
@ -82,10 +82,13 @@ Current hooks:
|
|||
'settings_form' - called when generating the HTML for the user Settings page
|
||||
$b is the (string) HTML of the settings page before the final '</form>' tag.
|
||||
|
||||
'settings_post' - called when the Settings pages are submitted.
|
||||
$b is the $_POST array
|
||||
|
||||
'plugin_settings' - called when generating the HTML for the addon settings page
|
||||
$b is the (string) HTML of the addon settings page before the final '</form>' tag.
|
||||
|
||||
'settings_post' - called when the Settings and Addon Settings pages are submitted.
|
||||
'plugin_settings_post' - called when the Addon Settings pages are submitted.
|
||||
$b is the $_POST array
|
||||
|
||||
'profile_advanced' - called when the HTML is generated for the 'Advanced profile',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue