First thank you to @TomJNowell for helping me to figure this out. There was a few misleading assumptions I made that had me making this harder than it needed to be.
There’s no need to post to admin-post, keeping the action blank to submit to the current page is perfectly fine.
I don’t seem to need to add the url parameter that wordpress automatically adds either.
The url parameters do not get placed in the url bar, leading me to believe it was not getting posted. (Assumption) Upon adding this to the file:
<?php
if(isset($_POST['submit'])){
echo "Submit detected!";
print_r($_POST);
}
?>
I was able to see that the input data was very much getting posted and I just need to take it from this point.
Thanks again !
Related Posts:
- How to Add a Third Level Sub Menu to the WordPress Admin Menu
- Hide Theme options and Customize Admin menu
- How to remove a CPT Menu from the Root Admin only
- Admin menu hilighting wrong item for CPT
- How to stop showing admin notice after close button has been clicked
- Admin menu as submenu from another plugin
- Is There a WordPress Hook to Filter the Edit Posts View?
- Creating a WordPress admin page without a menu for a plugin
- Removing an admin page added by a 3rd party plugin. Gravity forms in this example
- Is there any record of installed plugins in the database?
- Add content to /wp-admin/plugin-install.php admin screens
- Custom admin column disappearing when using Quick Edit [duplicate]
- Plugin development: how to create a form and get custom data?
- Plugin Development: WordPress processes twice on post update. How to skip process on the first?
- how to not show plugin in admin area
- Master menu item for multiple plugins?
- How to make a WP admin button/menu similar to Jetpack Notifications?
- wp_verify_nonce() why return false?
- Detecting when a custom taxonomy has been changed and display alert?
- How could I execute my plugin just in frontend (not in backend)
- Custom height/width for thickbox in WP Backend
- ‘wp_login’ action hook not working with wp-login.php file
- White page on custom plugin option submit
- All Users > User List > Update User Meta Field Inline
- Polylang : Interverting languages after development [closed]
- Suggestions on Approach to New Plugin I’m Stuck On
- Create tabs in admin options page from custom post type loop
- Dynamic admin submenu
- Add menu page issues (permissions & position)
- How to make multiple admin pages for one plugin?
- creating a plug in that would tap into save/update action of posts [closed]
- Display Plugin Panels Outside of Admin Areas
- Why WP_Screeen doesn’t show all options with admin_body_class
- add_submenu_page returns null
- WordPress Site is Broken, Cannot see wp-admin page [closed]
- How do I add an options page at the bottom of the list?
- Is there a better way of handling AJAX requests in WordPress?
- I cannot include a file in my plugin settings page
- force logged in user to stay in the dashboard
- How can we get this dynamically as this folder may not be by the same name always → wp-admin
- How to properly enqueue jQuery knob on WordPress without conflict?
- Is admin section completely customizable in terms of styling?
- Store admin page into variable
- How to add submenu to WordPress plugin in the same Directory of main Plugin?
- How can I pass value to function in add_menu_page?
- Getting 404 page not found error while trying to access add new plugin / themes
- Add custom fields in the new and edit the site forms without touching the WP core
- Ajax in Plugins: returns the whole page
- Gutenberg: Dynamic Block – Show saved data in the editor
- Combining JS files to one script
- The Admin page isn’t showing in the sidebar of the dashboard
- warning wp session
- Form submission issue in wordpress admin (custom plugin) using $_GET for searching & filtering
- redirect logged users to custom front-end insetad of wp-admin
- Remove custom menu pages for admin users
- 403 forbidden error in the admin panel as well as on the admin-ajax.php file
- media_sideload_image only works on localhost and without return id or src
- Adding a Taxonomy Filter to Admin List for a Custom Post Type?
- Uninstall, Activate, Deactivate a plugin: typical features & how-to
- Best way to initiate a class in a WP plugin?
- How do you debug plugins?
- How to structure a plugin
- What’s the preferred method of writing AJAX-enabled plugins?
- Add multiple plugin directories
- What are the differences between WPINC and ABSPATH?
- How to add a shortcode button to the TinyMCE editor?
- Where do I put the code snippets I found here or somewhere else on the web?
- What Plugins Demonstrate Great WP Plugin Development? [closed]
- is_plugin_active function doesn’t exist
- Delete WordPress plugin Repository
- Custom pages with plugin
- How to change a user’s password programatically
- Who are the most trusted plugin developers? [closed]
- How can I find plugins’ slug?
- I found this in a plugin. What does it do? is it dangerous?
- List all sidebar names?
- What are the common security flaws I need to look for? [closed]
- Get plugin_dir_url() from one level deep within plugin
- Pass PHP variable to javascript
- Where is the best place to use add_filter
- Can a developer adopt a plugin marked as “not updated in over 2 years”?
- Conditionally enqueue a widget’s script/stylesheet in HEAD (only when present on page!)
- How to implement WordPress plugin update that modifies the database?
- What is difference between get_bloginfo(‘url’) and get_site_url()?
- Custom media upload content for inserting custom post shortcode
- Disable /wp-admin/plugin-install.php
- Stop a plugin in the activation process when a certain WP version is not met then show error message in admin_notices action hook
- How to Add an Index to Plugin Database table
- Does the number of downloads displayed for a plug-in in the WordPress.org plug-in directory include automatic updates?
- how to create child WordPress plugin
- Redesigning Custom Post Type “Add New” page
- How to safely sanitize a textarea which takes full HTML input
- How to Remove Certain Screen Options and Meta Boxes from add/edit post type?
- Making my plugin multi-site compatible
- Why activate_plugin is not working in register_activation_hook
- How to export comments in WordPress?
- Get plugin directory from a theme
- dealing with large HTML output via plugin code
- Best Practice for Referencing the Plugin Directory
- Getting Path To Uploaded Attachment Image After Upload