Browse: Home / Functions /

learndash_post_updated_messages

learndash_post_updated_messages( array $post_messages = array() )

Manages the post update message for legacy editor screen.


Description #


Parameters #

$post_messages

(array) (Optional) An array of post updated messages by post_type.

Default value: array()


Return #

(array) An array of post updated messages.


Source #

File: includes/ld-misc-functions.php


Changelog #

Changelog
Version Description
2.6.4 Introduced.