There sure is, I talk about some of those options in this Q&A here: Is there a flowchart for wordpress loading sequence?
Here is a very brief summary of what was said,
Want to see what actions get fired during a request? Take a look at
this plugin by ToschoWant to see what’s hooked and where with what priority? Take a look at
this plugin by RarstAnd there’s also this plugin by Kaiser (Displays info about the current admin screen and its globals, contextual hooks)
There is also this plugin Debug Bar Action Hooks (requires Debugbar).
By no means is this list exclusive…
Related Posts:
- How can I see all the actions attached to an “add_action” hook?
- What is the correct entry point for capturing coverage data
- Passing a parameter to filter and action functions
- How do you debug plugins?
- Get a list of all registered actions
- How can I edit post data before it is saved?
- Registering Class methods as hook callbacks
- How to customize woocommerce related products? [closed]
- How to include code only on specific pages?
- Changing the “Plugin Activated” Message Default
- Hooking in to plugins
- Generate dormant hook references
- How to eliminate weird 404 errors in wp-admin?
- Schedule WordPress Auto-Updates to only run during business hours
- Better to fire specific hooks or generic hooks with parameters?
- How to only hook on Single.php after content?
- Remove action from plugin on other plugin
- Why does wp_enqueue_style() in plugin not load stylesheet?
- Preventing a plugin from updating
- How To Determine If A Filter Is Called In A Sidebar/Widget Context?
- When can you get current page ID and initialize hooks right after?
- Customizing subject in comment notification e-mails
- How to save the values of checkbox to the register setting?
- Can we hook a static method of a class to add_action inside that class?
- Edit plugin without hooks in functions.php
- How can I log a user out of WordPress before the page loads?
- What is the ‘admin_action_’ . $_REQUEST[‘action’] hook used for?
- WP showing “warning: call_user_func_array()”, What to do?
- Filter out results from REST API
- $wpdb->get_results leaking memory
- How can I remove a hooked action created by a plugin?
- WordPress admin notice in plugin function
- Using the ‘draft_to_publish’ hook (post status transition)
- Filter Hook on plugin update
- Enqueue style inside shortcode but its loaded at the bottom of page (before footer scripts)
- Modify featured image URL at runtime
- How to remove/hide action links cluttering under specific plugins’ names
- WordPress Hook that will run when media file deleted
- Seeking clarification on page request life-cycle
- Disallow a user to post in certain categories
- Intercepting a add_action
- Generic plugin (de)activation hook?
- Which hook should be used to validate custom form fields on the login form?
- How to use WP-FirePHP extension?
- Good tools for locating hooks in a wordpress page/admin interface/blog post?
- disable active plugins for specific theme
- Twillio How To Send SMS for Custom Post Type
- Hook (upgrader_process_complete) running moment
- Adding a form at the end of the content
- Hide WordPress Plugin Deactivation Links
- Find out if request is for custom post type archive before query runs
- Use external link in the add sub menu
- Pass A Value From Outside To A Plugin Variable
- Built in admin ajax hooks?
- Failed to invoke other hook from the init hook
- Does the ‘nav_menu_css_class’ filter accept 2 or 3 arguments?
- How can I add a custom meta value on file upload?
- Adding dynamic section to WordPress
- do_action and hook methods
- the_posts hook, which set of posts?
- How can I filter blog name?
- why does the add_action(‘the_content’) overwrite my page
- Fatal error: Class not found in
- Is it possible to add an action to the currently running action?
- woocommerce product attributes
- Integrating WP as a CMS with a Bug Tracker
- How to filter content post only on save
- How to see list of plugins
- Filter or action hook to insert content on admin pages before tag
- Showing Notifications While Activating Plugin
- Is it possible to remove this action? (as it’s added just before it’s called)
- plugin_action_links_{$plugin_file} hook not in the main plugin file
- Enable/Disable WP options programmatically
- OOP: Display warning and deactivate the plugin if PHP version is less than 5.4
- Over write plugin templates
- Woocommerce Shipping module available only for type of products [closed]
- How to find out what blocks are added by a plugin
- WordPress Plugin Boilerplate – add_action hook in static “activate” function
- Determine plugin name from within plugin_action_links filter
- Put code into body tags near top, using a plugin
- How to prevent action in ajax request, when in admin side?
- merging an array to an existing array using add_filter
- Can wp_script_is used in pluginA check if a script is being enqueued/registered from pluginB?
- template_redirect not being called when using ajax
- Easy Digital Downloads (EDD) – Purchase Receipt emails couldn’t be logged
- what the hook for displaying course list page for learndash plugin? [closed]
- Plugin could not be activated because it triggered a fatal error. (No Error??)
- How to add rewrite rules and pagination to retrieve attachments files?
- Hook before & after plugin / core update
- Placement of Code in Plugin for hooking `save_post`
- publish_post plugin hook doesn’t always pass $post->post_content
- Can I use a method from an existing plugin as an action hook?
- Plugin custom Action Hook not working
- What are the benefit in adding hook in the init() hook?
- Reposition Woocommerce Message
- What are ideal hooks to call register_sidebars?
- AddFilter option_active_plugins is executed 6 times. Why?
- get_plugins() doesn’t work after plugins_loaded
- Hook to generate a dynamic sitemap with “All in One SEO Pack” Plugin
- add_action in functions.php, do_action in plugin?