publish_phone WordPress Action Hook
The publish_phone hook is triggered when a phone is published. It allows you to modify the phone before it is published.
do_action( 'publish_phone', int $post_ID ) #
Fires after a post submitted by email is published.
Contents
Parameters
- $post_ID
(int)The post ID.
Source
File: wp-mail.php
Changelog
Version | Description |
---|---|
1.2.0 | Introduced. |