Skip to content

wpt_show_last_update

github-actions[bot] edited this page Jun 20, 2026 · 4 revisions

Disable the admin notice that shows the last sent update.

Auto-generated Example

add_filter(
   'wpt_show_last_update',
    function( bool $show ) {
        // Your code here.
        return $show;
    }
);

Parameters

  • bool $show true to show; false to hide.

Returns

bool

Files

apply_filters( 'wpt_show_last_update', true )

← All Hooks

Clone this wiki locally