To see both when an action is fired and when a file is included, take a look here:
Note that it only covers things inside WP Core, along with the default theme.
Related Posts:
- Unpublished Pages Failing To Appear On Custom Path
- Between functions.php (theme), widgets, and plugins, which is loaded first?
- Customizing subject in comment notification e-mails
- WP showing “warning: call_user_func_array()”, What to do?
- Adding a text domain to every __(), _e() and __n() gettext call without a plan to create own translations
- Can we completely remove the WordPress Sitemaps (WordPress 5.5)?
- Code in theme functions.php faster than with a plugin?
- Fatal error: Class not found in
- Over write plugin templates
- How to find out what blocks are added by a plugin
- Showing Co-Authors on post page
- Placement of Code in Plugin for hooking `save_post`
- Override the filter from plugin in child theme
- Custom Taxonomy Tag Search
- Pass info from functions.php to plugin
- How to Display a Plugin function (content) on frontpage using index.php
- Display post lists in 2nd paragraph
- Using a post-signup hook to get user details
- wp_get_post_terms is difference obj model than the one in rest api response
- Calling plugin function inside custom plugin for onclick event
- get current date + 90 days and checking every day
- Best place for short bio,image and button [closed]
- Redirect to another page using contact form 7? [closed]
- Create a post builder skin in a plugin
- Plugin Development – Functions or Hooks?
- Are there action hooks for comments?
- Shortcode Attributes to Return different $_POST
- Woocommerce singe product custom gallery output works just on the first slide
- How to remove a class function from a plugin by using remove_action()?
- Set up functions to be overridden without using function_exists() by short-circuiting them?
- Add action to custom Function
- Hook for altering the content of all wp mails
- Removing the custom_image_header from wp_head
- Build a must-use plugin that tracks when other plugins are activated or deactivated
- How would I get the new plugin version on this function?
- WordPress Custom Hook with Class method
- Alternative Hook to the_content for Changing Background Color
- add a hook of Woocommerce to a plugin but it only shows and doesn’t function properly
- The function called on the wp head hook becomes null
- Submitting form to PHP
- ACF Fields are not showing up on Homepage
- Conditional Homepage for logged in user
- front end editor creation for Restropress plug in – displaying information from a WP admin area, on a different URL
- Plugin function in child theme
- Use action, filter, or hook to append HTML to WordPress plugin function
- How to wrap image tag into div for post only?
- How can I add a custom checkbox / radio button on the admin theme options to display a CSS or other?
- plugin not hooking to my custom hook
- Can anyone tell me why I can’t edit a plugin when it is installed without having to re-install?
- functions.php conditional output for a single plugin
- add query string to all pages after user logged in
- How to Add Extra Text In WordPress Title Before Post Publish
- How to export comments in WordPress?
- Publish author posts only with editor approval?
- Declare a function before plugin does on the theme functions.php file
- Change parent theme file function in child themes functions.php
- How to turn off email you receive when registered?
- Execute a function using ajax
- While Using Static Pages, How Can I Get /blog into the URL of Each Post?
- why does the add_action(‘the_content’) overwrite my page
- Converting a simple plugin to be placed inside of functions.php
- Showing Notifications While Activating Plugin
- Workflow and best practice for documentation [closed]
- greatest() function returns undefined property
- How to get subscription key or id using Woocommerce Subscriptions [closed]
- How to include code into functions.php file via a plugin
- Are there hooks for WordPress updates?
- Is there an earlier hook than login_head or login_enqueue_scripts?
- Gravity Forms plugin: How to use “gform_editor_js” action hook? [closed]
- Show function to super admin
- Plugin is a widget, but I want to call it in the head, can I?
- Cannot get wpdb data (Error in a simple fuction) [closed]
- Deactivate JS Script in Plugin Shortcode
- Adding Plugin Assets to Header
- How to use filter to disable adding a product to wishlist?
- How to access OOP plugin function inside themes or other plugin
- How to get authors who have added the post in the specific custom post type
- RSS feeds for specific topics
- How to override any plugin file in the child theme
- add_rewrite_rule to load different page, without changing URL in browser
- Is there a hook similar to “save_post” which only fires AFTER the post is completely published?
- Adding discount functionality to the cart
- Precheck fields when I add a new post
- Use buddypress function outside of plugin
- Using Shortcode Result In Custom HTML Block (Using Google Sheet JQuery Result As NumScroller data-max)
- Passing function into add_action always returns the first argument
- How to use plugin’s shortcode in custom design? [closed]
- Change custom rewrite rule when permalink is updated/changed
- Is it possible to disable a theme programmatically?
- Save Post Permalink In .txt File
- How To Add Code To WP Without Plugin or Functions
- Disqus comments count taking long to update
- Populate select option with JSON file
- Home page letters
- Modify a plugin’s content
- Plugin hook breaks new WP 4.0 media library grid view?
- Trying to output a “Most visited blogs” list in wordpress multisite
- How to add image for custom taxonomy
- WordPress Hooks : Where to place callbacks that repetitively yield the same effect?
- Make plugin admin page visible to other roles