stateless:notices:admin_notices
stateless:notices:admin_notices
Appears in: wp-stateless.2.3.2, wp-stateless.3.0, wp-stateless.3.0.1, wp-stateless.3.0.2, wp-stateless.3.0.3, wp-stateless.3.0.4, wp-stateless.3.1.0, wp-stateless.3.1.1, wp-stateless.3.2.2, wp-stateless.3.2.4, wp-stateless.3.2.5, wp-stateless.3.3.0, wp-stateless.3.4.0, wp-stateless.3.4.1, wp-stateless.4.0.3, wp-stateless.4.0.4, wp-stateless.4.1.1, wp-stateless.4.1.2
Hook Type: filter
Displaying hooks found in version: wp-stateless.4.1.2apply_filters('stateless:notices:admin_notices') is found 1 times:
- /lib/classes/class-errors.php line 210
$default_show = false; } $errors = apply_filters( 'ud:errors:admin_notices', $this->errors, $this->args ); $notices = apply_filters( 'stateless:notices:admin_notices', $this->notices, $this->args ); //** Errors Block */ if( $default_show && !empty( $errors ) && is_array( $errors ) ) { $message = '<ul style="none;"><li>' . implode( '</li><li>', $errors ) . '</li></ul>'; $data = array( 'title' => sprintf( __( '%s is not active due to following errors:', $this->domain ), esc_html($this->name) ),