do_action( 'publish_phone', int $post_ID )

Fires after a post submitted by email is published.


Parameters

$post_ID int
The post ID.

Top ↑

Source

File: wp-mail.php. View all references

do_action( 'publish_phone', $post_ID );

Top ↑

Changelog

Changelog
Version Description
1.2.0 Introduced.

Top ↑

User Contributed Notes

You must log in before being able to contribute a note or feedback.