REDROOM
PHP 8.2.31
Path:
Logout
Edit File
Size: 1.18 KB
Close
/home/nshryvcy/himaltourism.com/wp-content/plugins/jetpack/modules/widgets/eu-cookie-law/widget.php
Text
Base64
<?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>
Save
Close
Exit & Reset
Text mode: syntax highlighting auto-detects file type.
Directory Contents
Dirs: 0 × Files: 6
Delete Selected
Select All
Select None
Sort:
Name
Size
Modified
Enable drag-to-move
Name
Size
Perms
Modified
Actions
eu-cookie-law-admin.js
1.09 KB
lrw-r--r--
2023-04-04 05:35:20
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
eu-cookie-law.js
2.73 KB
lrw-r--r--
2023-04-04 05:35:20
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
form.php
7.77 KB
lrw-r--r--
2023-04-04 05:35:20
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
style.css
2.40 KB
lrw-r--r--
2023-04-04 05:35:20
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
widget-amp.php
1.60 KB
lrw-r--r--
2023-04-04 05:35:20
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
widget.php
1.18 KB
lrw-r--r--
2023-04-04 05:35:20
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
Zip Selected
If ZipArchive is unavailable, a
.tar
will be created (no compression).