Create form or link with action=”my_media_update”
<form action="<?php echo admin_url('admin-post.php'); ?>" method="post">
<input type="hidden" name="action" value="my_media_update">
<input type="submit" value="Update Media Titles and ALT Text">
</form>
Add this function and hook in your plugin file:
public function kh_update_media_seo() {
//update media files title and alt tags here
//
// at the end redirect to target page
}
add_action( 'admin_post_my_media_update', 'kh_update_media_seo' );
When form will be sent and field “action” will have value “my_media_update”, then your function will be executed.
WordPress Codex
Related Posts:
- WordPress plugin how to run function when button is clicked
- WordPress permalink setting
- function deactivate_plugins does not exist
- What is an alternative method to the WordPress private _doing_it_wrong() function
- permalinks with get variables
- function triggered by “manage_users_custom_column” filter not working
- When is it appropriate to put functions on page template vs. functions.php?
- Shortcodes, output buffering, and WordPress functions
- How can i list current author’s categories?
- When to check if a function exists
- Use an empty page to build custom plugin output
- Dynamically Override Fancy Title
- Problems with removing admin bar
- Problem with `wp_mail()`
- Calling a function from functions.php in custom page/ blog post
- Add Post and Comments menu no longer visible
- What is the Difference between directly call a function and call a function using add_action?
- Call to undefined function get_blog_option()
- What is the difference between current_page_parent and current_page_ancestor?
- Plugin development: is adding empty index.php files necessary?
- Undefined function wp_set_password
- Creating a path in a plugin to call a function
- Plugin Uninstall and Deactivate via Options Menu
- 404 errors after plugin options update and category base change
- How can I add a CSS rule to edit.php?
- Why doesn’t flush_rewrite_rules run on plugin activation?
- Widget update function not saving values
- add more custom post types and custom role to the code
- $content variable – Is this a reserved variable for a WordPress function? – php / wordpress
- How to use WP_Term with (menu) argument in the wp_nav_menu?
- WordPress after content Hook & external template part
- override pluggable.php functions
- Auto save permalink setting page with the plugin activation
- creating custom function to log actions in plugin
- add_rewrite_rule works in themes function php but when moved into plugin it stops working
- Maximum lifetime for nonce
- Where can i find wordpress auto update code flows?
- Adding option to Gallery shortcode
- Append varible to url or set session
- How can I turn a custom wordpress page into a product page?
- how to search users by ajax live search
- Remove unwanted elements for a wp_nav_menu
- Problem with dinamic add_rewrite_rule()
- Remove custom post type slug from URL and add taxonomy Slug
- mysql_real_escape_string() vs. esc_sql() in WordPress
- WordPress function get_the_terms() returns ‘Invalid taxonomy’ error
- Checking for existence of a page by title?
- custom permalink’s rewrite rule for page id
- how to get context information inside my funcion
- WordPress class, using add_action to call member function does not work
- How to modify files inside wp-includes directory in wordpress
- Fatal error: Call to a member function get_page_permastruct() on a non-object
- Function/Class to list categories with checkboxes
- Warning: call_user_func_array() expects parameter 1 to be a valid callback
- Print Dashboard submenu name and filename
- Autogenerate a Table of Contents
- Alternative functions for mysql_free_result and mysql_ping in wordpress functions
- WordPress multisite,use same cookies across all website?
- Call to undefined function is_home() or any conditional tags
- unregister_setting() vs delete_option() for plugin update
- How to change WooCommerce loop product title HTML output in single product page and archive page
- Show content without a post
- How to get post image root URL?
- wp_schedule_event is registered but function isn’t running
- Remove Permalink Meta Box not working?
- wp_insert_post generated mixed permalinks
- Adding tables to dashboard pages programmatically?
- Setting post_id for single.php based on URL without a redirect
- using admin functions on frontend
- Javascript Function Called Too Early in PHP Script
- WP 3-way voting system: On to something! Please help!
- Change the behaviour of a button
- Add variables from rewrite rules to query var
- function add custom fields to media gallery
- Home page is not loading, where in other pages are displaying on the site
- Redirection from a specific page for users logged in but not with membership
- WordPress: I wanted to use Add rewrite rule multiple times for multiple CPT in my plugin
- WordPress Ajax not returning Response
- Get the current post/page URL with plain permalinks
- Adding body class in author page for custom role
- Author Meta in Author URL Link
- Remove tag from all posts when publishing new post
- wp_ajax add_action fuction won’t fire on custom jQuery action
- foreach argument to get specific file types getting too many returns
- Remove from a div by class name from post page if post author role is not administrator
- Building WordPress Themes With Bootstrap with Adi Purdila → TutsPlus
- Get (eventual) permalink from post within Edit Post in Admin panel
- Ajax not working to insert, query and result data
- Template file structure , wordpress hook for altering the template
- How can I see a varibles value when my plugin runs?
- How can I add recent posts to menu like mashable
- Why is ‘register_activation_hook’ undefined?
- How can i call from custom fields to the category editor?
- How to use permalink query to go to specific tabs in posts
- Custom options page for themes
- Why does this fail: Disabling plugins enqueue_script() in functions.php
- Call do_action() within WordPress cronjob
- How to plugin function code move to theme function.php ? I’ve tried below code but not working [closed]
- WordPress simple ‘Hello World’ plugin – problems
- Custom rewrite, url path with parameters to a page