show_form_submission_notification_block

show_form_submission_notification_block

Hook Type: filter
See hook in action

See hook in core

Displaying hooks found in version: gutenberg.20.0.0

apply_filters('show_form_submission_notification_block') is found 1 times:

  • /build/block-library/blocks/form-submission-notification.php line 27
    23
    24
    25
    26
    27
    28
    29
    30
    31
    32
         * @param string $content    The saved content.
         *
         * @return bool Whether to show the form submission notification block.
         */
        $show = apply_filters( 'show_form_submission_notification_block', $show, $attributes, $content );
        if ( ! $show ) {
            return '';
        }
        return $content;
    }

See this hook used in plugins: