I have found the issue. I was making changes to the plug-in code and transferring it directly (via ftp).
I forgot to deactivate and activate the plug-in. Doh!
Related Posts:
- What’s the best method for emptying an option created with the Settings API?
- How to add a new plugin page under desired Options page?
- Unified Approach for Placing Option Pages
- Use options to control jQuery plugin
- framework for plugin/theme options panel? [closed]
- How do I add CSS options to my plugin without using inline styles?
- “Error: Options Page Not Found” on Settings Page Submission for an OOP Plugin
- Is get_option function cached?
- How come `wp_options` table does not have an index on `autoload`?
- Update Option Stored in Multi-Dimensional Array
- Passing arguments to a admin menu page callback?
- What are the advantages to the Settings API?
- Adding Widget form fields dynamically
- Where to store plugin settings fields
- Is get_option() faster than accessing get_transient()?
- Admin settings update updating every time home page is hit?
- Releasing new plugin version, how to rename old options keys?
- WordPress updates defined vs add_filter?
- Creating Settings Page with dropdowns for Plugin
- How to properly sanitize strings for update_option()
- What is the recommended way to create plugin administration forms?
- Is it possible to add an admin page using add_submenu_page() and pass a var in the query string?
- Overwriting Core WordPress Functions with Plugins
- How do I handle multiple Submit buttons in plugin’s option page?
- Naming Admin Menus and Submenus
- Current class on admin menu using add_submenu_page()
- Deletion of shared options using uninstall.php
- Add Admin Menu Inside Construct or Init
- Why won’t register_setting() create a setting?
- Multiple entries in get_option results? or why is _multiwidget set to 1?
- Hook event for upload image in the menu
- Dropdown list of pages to get page id to store in plugin options
- update_option is not working!
- update_option_{$option} Too Few Arguments
- Menu Error in Admin Console with Custom Plugin: You do not have sufficient permissions to access this page
- Save user-specific options in WordPress admin
- How to store accumulate multiple option values in a single array using Options_API
- add_menu_page() with function inside a class [duplicate]
- How to add Font Awesome 5 icons in WP Admin dashboard menu?
- Creating option to allow user to select the page my plugin content will display on
- How to put placeholder text in the main post input area?
- array_map() for sanitizing $_POST
- Plugin with specific admin menu icon
- WordPress plugin options and jQuery
- WordPress Plugin Setting’s POST
- Performance of several get_option() calls
- Extend plugin options page
- Can I use the different settings sections over different pages using the save options group?
- Options API – Validation Callback $input is NULL
- Best choice of options/settings framework for plugin/theme development
- Correct way check nonce (security) using old Options API
- OOP Plugin and Menu – Call to undefined function register_setting()
- How to store a medium amount of options?
- How to add settings subpage from a plugin to a settings page created in theme?
- Plugin options not being saved or created
- Remove Internal Style Sheet if no Value Provided?
- What could cause my plugin’s options/settings page not to load?
- How to set “Site Address (URL)” programmatically on WP multisite?
- WordPress setting with select – where is my mistake?
- Using wp_parse_args to set up Plugin Default Settings
- Custom delete option button in plugin settings
- Storing product price data in the database
- Global State During an Admin Post
- How To Change Post Author Default?
- WP_Editor – Saving Value into Plugin Option – Stripping HTML
- Howto: Use Custom Post Types as Submenu Items in Admin
- Sub Menu content is being duplicated
- Editing options pages?
- Multiple options pages validation for a plugin
- Set different custom menu items for different user roles
- Show/Hide ‘add new user’ custom fields in wordpress admin panel by click another field
- Bootstrap doesn’t work on admin menu page-How to override wp-admin style?
- is it recommended to use WP_List_Table?
- Plugin sub-menu pages recommended structure and links
- get_option() not returning expected value from plugin
- Parse form values before sending to options.php
- Prevent invalid or empty values from being saved to the database and retain the form field values upon error
- Update problem with update_option() in combination with register_setting()
- Creating Admin Plugin – Content of a page is displayed at global scope as well
- Add a page in admin without adding menu item
- Insert/Update values to a table after blogname option etc. is updated
- Access bloginfo, get_option, and plugins_url from a non-core php file
- wordpress how to query wp_options table
- How Can I add Fields in wp-option table?
- Plugin Options Array Set to Undefined
- Checked() function on a multidimensional array
- get_option() will not work without access to wp-config.php
- Silently register plugin pages
- WordPress theme options Menu
- Print Dashboard submenu name and filename
- Issue on Checkbox with Custom Option Page
- Make Database query only when option is updated
- The Correct Way to Use Nonce Field without Settings API
- I am trying to make a page in the admin section similar to the appearance of the Profile page for users
- Unable to get a simple plugin admin page to work
- Settings API: Setting default option via ‘get_option’ fails
- how to save wp_editor html content in options table
- Custom Plugin Options Won’t Update
- Problem with display data from get_option
- Disable Auto-Expanding Menu in WordPress Admin Menus