HEX
Server: Apache
System: Linux webm010.cluster127.gra.hosting.ovh.net 6.18.42-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Wed Aug 5 15:59:48 CEST 2026 x86_64
User: alloesb (202139)
PHP: 8.3.31
Disabled: _dyuweyrj4,_dyuweyrj4r,dl
Upload Files
File: /home/a/l/l/alloesb/www/wp-content/plugins/totalpoll/includes/admin/pages/options/advanced.php
<?php
if ( defined( 'ABSPATH' ) === false ) :
	exit;
endif; // Shhh
?>
<div class="totalpoll-tab-content settings-tab-content settings-sharing" data-tp-tab-content="advanced">

    <div class="settings-field">
        <label>
            <input type="checkbox" name="totalpoll[options][advanced][css_cache_alt][enabled]" <?php checked( empty( $this->options['advanced']['css_cache_alt']['enabled'] ), false ); ?>>
			<?php _e( 'Always embed CSS with poll HTML', TP_TD ); ?>
        </label>

        <p class="totalpoll-feature-tip"><?php _e( "Useful for websites with custom file system.", TP_TD ); ?></p>
    </div>

</div>