' . esc_html__( 'Provides support for GDPR plugin', 'wp-super-cache' ) . '

'; if ( $changed ) { echo '

' . sprintf( esc_html__( 'GDPR support is now %s', 'wp-super-cache' ), esc_html( $cache_gdpr ? __( 'enabled', 'wp-super-cache' ) : __( 'disabled', 'wp-super-cache' ) ) ) . '

'; } echo '
'; wp_nonce_field( 'wp-cache' ); ?>
'gdpr', 'url' => 'https://wordpress.org/plugins/gdpr/', 'title' => esc_html__( 'GDPR', 'wp-super-cache' ), 'desc' => esc_html__( 'Provides support for GDPR plugin', 'wp-super-cache' ), ); return $list; } add_cacheaction( 'wpsc_filter_list', 'wpsc_gdpr_list' );