Tab from Settings API resetting all options with INSERT INTO [closed]
Tab from Settings API resetting all options with INSERT INTO [closed]
Tab from Settings API resetting all options with INSERT INTO [closed]
Settings API store serialized data in the database (The Right Way)
Using multiple settings_fields() on 1 settings page
Settings API: Change position of custom setting field
Determining the compatibility of Settings API & Multisite
Tabbed navigation for plugin options using same row in database for all?
Correct way check nonce (security) using old Options API
It’s not clear to me what the “test” button is for, which I guess could make a difference, but, in general, I have found that to make two buttons work independently on the same options page, the easiest thing is to place them within two separately defined forms, even if the two buttons are going … Read more
Submit options page input values with decimals
I haven’t yet tried to finally fix my issue but dare to say what’s wrong: WP doesn’t allow me to use $_GET directly. It expects these variables to get sanitized by first whitelisting them through the query_vars hook and later calling them through a WP_query instance – haven’t figured out in detail yet but that … Read more