__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
<?php // phpcs:disable VariableAnalysis.CodeAnalysis.VariableAnalysis.UndefinedVariable
/**
* Widget for Cookies and Consent.
*
* @package automattic/jetpack
*/
?>
<div
class="<?php echo esc_attr( implode( ' ', $classes ) ); ?>"
data-hide-timeout="<?php echo (int) $instance['hide-timeout']; ?>"
data-consent-expiration="<?php echo (int) $instance['consent-expiration']; ?>"
id="eu-cookie-law"
>
<form method="post">
<input type="submit" value="<?php echo esc_attr( $instance['button'] ); ?>" class="accept" />
</form>
<?php
if ( 'default' === $instance['text'] || empty( $instance['customtext'] ) ) {
echo nl2br( esc_html( $instance['default-text'] ) );
} else {
echo nl2br( esc_html( $instance['customtext'] ) );
}
?>
<?php
$is_default_policy = 'default' === $instance['policy-url'] || empty( $instance['custom-policy-url'] );
$policy_link_url = $is_default_policy ? $instance['default-policy-url'] : $instance['custom-policy-url'];
$policy_link_rel = $is_default_policy ? 'nofollow' : '';
?>
<a href="<?php echo esc_url( $policy_link_url ); ?>" rel="<?php echo esc_attr( $policy_link_rel ); ?>">
<?php echo esc_html( $instance['policy-link-text'] ); ?>
</a>
</div>
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| eu-cookie-law-admin.js | File | 1.08 KB | 0644 |
|
| eu-cookie-law.js | File | 2.73 KB | 0644 |
|
| form.php | File | 7.76 KB | 0644 |
|
| style.css | File | 2.4 KB | 0644 |
|
| widget-amp.php | File | 1.6 KB | 0644 |
|
| widget.php | File | 1.18 KB | 0644 |
|