| 1 | <div class="cb-addons__tab__header"> |
| 2 | <div class="cb-addons__header__column--inner"> |
| 3 | <div class="cb-addons__header__column"> |
| 4 | <h2 class="cb-addons__tab__title"><?php esc_html_e( 'Info', 'cookiebot' ); ?></h2> |
| 5 | <p class="cb-addons__tab__text"><?php esc_html_e( 'These add-ons are produced by an open-source community of developers. This is done to help make it easier for WordPress users to implement ‘prior consent’ for cookies and trackers set by plugins that do not offer this as a built-in function. The add-ons are currently the best alternative to a WordPress Core framework that can signal the user’s consent state to other plugins (if and when this will be implemented is unknown) and to those plugins that do not yet offer native support for Cookiebot CMP. ', 'cookiebot' ); ?></p> |
| 6 | </div> |
| 7 | </div> |
| 8 | </div> |
| 9 |