page_title = __( 'Consent Logs', 'wpconsent-cookies-banner-privacy-suite' ); parent::__construct(); } /** * Page specific Hooks. * * @return void */ public function page_hooks() { $this->views = array( 'logs' => __( 'Consent Logs', 'wpconsent-cookies-banner-privacy-suite' ), 'export' => __( 'Export', 'wpconsent-cookies-banner-privacy-suite' ), ); } /** * Output the page content. * * @return void */ public function output_content() { ?>
' . esc_html__( 'Upgrade to WPConsent PRO today and start tracking consent activities on your website. Monitor who accepted your cookie banner and when.', 'wpconsent-cookies-banner-privacy-suite' ) . '', array( 'text' => esc_html__( 'Upgrade to PRO and Unlock "Consent Logs"', 'wpconsent-cookies-banner-privacy-suite' ), 'url' => esc_url( wpconsent_utm_url( 'https://wpconsent.com/lite/', 'consent-logs-page', 'main' ) ), ), array( 'text' => esc_html__( 'Learn more about all the features', 'wpconsent-cookies-banner-privacy-suite' ), 'url' => esc_url( wpconsent_utm_url( 'https://wpconsent.com/lite/', 'consent-logs-page', 'features' ) ), ) ); } /** * For this page we output a menu. * * @return void */ public function output_header_bottom() { ?>'disabled', 'id' => 'search-submit', ) ); ?>
| user | 192.168.1... |