apply_filters( "{$this->form_manager->get_prefix()}form_notice_class", string $notice_class, string $type )

Filters the CSS class to use for notices.

Description

Parameters

$notice_class

(string) (Optional) Notice CSS class. Default 'torro-notice torro-{$type}-notice'.

$type

(string) (Optional) Notice type.

Changelog

Changelog
Version Description
1.0.0 Introduced.