wp-mail.php

wp-mail.php

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: action

See hook in core

Displaying hooks found in version: wordpress-6.5.2

do_action('wp-mail.php') is found 1 times:

  • /wp-mail.php line 29
     * Fires to allow a plugin to do a complete takeover of Post by Email.
     *
     * @since 2.9.0
     */
    do_action( 'wp-mail.php' ); // phpcs:ignore WordPress.NamingConventions.ValidHookName.UseUnderscores
    
    /** Get the POP3 class with which to access the mailbox. */
    require_once ABSPATH . WPINC . '/class-pop3.php';
    
    /** Only check at this interval for new messages. */
    if ( ! defined( 'WP_MAIL_INTERVAL' ) ) {