Skip to content

Filter: apple_news_notice_message

kevinfodness edited this page Oct 23, 2020 · 1 revision

apply_filters( 'apple_news_notice_message', string $message, string $type )

Allows you to change any success, info, or error notice that appears in the dashboard.

Parameters

$message

(string) The message to be displayed.

$type

(string) The type of message being displayed.

Source

admin/class-admin-apple-notice.php

Clone this wiki locally