It points to options.php
because it uses the Settings API. Well, not completely, but that’s not the point now. You should not change that.
What you can do, to add your own logic: hook into the save process for that option:
add_filter( "sanitize_option_webweb-member-status-group", "your_extra_handler" );
function your_extra_handler( $input )
{
if ( isset ( $_POST['your_extra_post_field'] ) )
// do something awesome
return $input; // don’t touch that value
}
Related Posts:
- Using a custom plugin to capture input data via Ajax and PHP
- AJAX fileupload – TypeError: not a function ajaxSubmit()
- Submit Form data to another page via Ajax (WordPress Way)
- What’s the preferred method of writing AJAX-enabled plugins?
- Show Similar Post Titles ( Similar to Stack Exchange )
- How do I unlock a post programmatically?
- Let readers suggest edits from the frontend
- How to pass JavaScript variable to PHP in wordpress widget?
- Where should my plugin POST to?
- How To Ignore a Filter On Applying Filter the Content In a Function
- AJAX Call Via Vanilla JavaScript In WordPress Plugin Development
- How to get posts by content?
- Custom plugin giving: wp-admin/admin-ajax.php 400 (Bad Request)
- Publish Post After Click On A Link
- Errors while using ajax from external wordpress page
- shortcode doesn’t work
- Built in admin ajax hooks?
- how to use ajax to display from database and load more in wordpress plugin
- Action on post publish
- How to create popup same as wordpress popup feature
- Only execute jQuery function(on document ready) on the page has shortcode from plugin [duplicate]
- jQuery Plugin to use WordPress functions in AJAX request
- $wpdb working with ajax but showing ajax error instead of success
- How use %like% in sql statement wordpress
- Ajax gives 400 error
- Check if email address exists front end with AJAX in a plugin
- WordPress Plugin Page is Loading in Admin Content Container Instead of Separate Page
- How to trigger $_GET request within admin plugin page?
- WooCommerce get_price returning wrong price when used via ajax
- Custom form action to handle data inside a plugin
- wp_create_nonce function doesn’t work inside a plugin?
- New User Form – Custom Menu Page
- AJAX search posts and pages
- finding whether request is for post, and post id
- Display post lists in 2nd paragraph
- Ajax contact form widget plugin data not insert in database
- Contributive page where people logged in can write
- Best place for if/else piece of code related to custom plugin?
- Ajax call returning 0
- Ajax fail and get 504 error
- Checkbox conflict in my custom plugin admin page
- Trying to fix form resubmition with PRG (Getting error: Cannot modify header information – headers already sent by)
- Create tabs in admin options page from custom post type loop
- Display wordpress post’s in popup?
- What are the Best Practises When Using AJAX in Plugin Development?
- Ajax Plugin Not Echoing Response
- WordPress front end AJAX. Return 0 :?
- Using WordPress to build membership Page
- coding a WordPress AJAX Form using PHP to check if User is Logged Out and Show error
- Set Multiple Meta Values as an Array Using dispatch( ‘core/editor’ ).editPost() Call in Gutenberg/JS
- Where Should i write the code for wordpress ajax voting?
- Post status doesn’t update to ‘future’ every time?
- Is there a better way of handling AJAX requests in WordPress?
- WordPress API functions not working at AJAX functions.php call
- Select Form Element Not Saving from Plugin Options
- Using AJAX to run SQL statement and populate dropdown
- How to append new form elements in “Add New” form of Users in WordPress admin panel?
- Ajax request sends url rather than data
- Problem with ajax plugin for refreshing posts
- How to get Recent Post From Each Category with Thumbnail?
- help intercepting save_post through plugin
- best way to run a php script away from the template?
- can’t unzip file
- Is it possible to pin a post in second position from top
- User loggedin as Subscriber form not sending
- wp_query ‘s’ parameter does not work with WC_AJAX
- wc_get_template_part doesnt display the content [duplicate]
- How to display the custom post related blog by category?
- WP Forms not displaying,becomming an fatal error
- How can I see $post object in frontend from functions.php?
- Allow members to create groups on my site
- How to use Datatable with Ajax when creating plugin on WordPress?
- Prefix WordPress Taxonomy Tags With Hashtag Symbol Like Twitter
- AJAX update fails for public/non-admin users
- WordPress Ajax request “Failed to load resource: the server responded with a status of 400 ()”
- WordPress Product Detail and catalog
- WordPress ajax error 400 bad request for sending data to remote site [duplicate]
- Ajax call to php function doesn’t work PHP code
- Is it possible to create duplicate post on other site (either push, on publish, or pull, periodically)?
- ajax voting for custom post type
- How can I get the Post ID and Post Type within a Must Use Plugin?
- WordPress environment not loading properly
- wordpress ajax pagination object value does not change
- Displaying friend’s posts only
- How to limit each front-end user to view just his own uploaded files on Amazon S3?
- WordPress ajax not working in registration
- What’s the preferred method of writing AJAX-enabled plugins?
- How do I convince this button to do something when it is clicked?
- Linking Plugin Files to WP
- Create plugin with form in post and submit it to specific form
- Get page type to display content
- Undefined variable _POST
- Help me with my first very basic plugin
- Load css classes after using ajax calls
- wordpress Ajax success doesn’t return the value
- Jquery post responses 500 error after some time and lastly an 503 error
- Inline AJAX script passing variables to PHP
- warning wp session
- wordpress admin-ajax bad request 400
- Display file contents within Plugin