base === 'one-com_page_onecom-wp-health-monitor' ) { return; } $options = get_option( $this->option_key ); if ( empty( $options ) || ( ! array_key_exists( $this->saved_critical_todo, $options ) ) || empty( $options[ $this->saved_critical_todo ] ) ) { return; } $html = ''; $ignored_checks = $this->ignored; if ( empty( $ignored_checks ) ) { $ignored_checks = array(); } foreach ( $options[ $this->saved_critical_todo ] as $check => $content ) { if ( ! in_array( $check, $ignored_checks ) ) { $html .= $content; } } if ( $html !== '' ) : ?>