- WordPress core y plugins - Tema Twenty Twenty-Four configurado - Plugin allow-unfiltered-html.php simplificado - .gitignore configurado para excluir wp-config.php y uploads 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
17 lines
499 B
PHP
Executable File
17 lines
499 B
PHP
Executable File
<?php
|
|
namespace W3TC;
|
|
|
|
if ( ! defined( 'W3TC' ) ) {
|
|
die();
|
|
}
|
|
|
|
?>
|
|
<input type="hidden" name="minify__ccjs__options__formatting" value="" />
|
|
<label>
|
|
<input class="js_enabled" type="checkbox" name="minify__ccjs__options__formatting"
|
|
value="pretty_print"
|
|
<?php checked( $this->_config->get_string( 'minify.ccjs.options.formatting' ), 'pretty_print' ); ?>
|
|
<?php Util_Ui::sealing_disabled( 'minify.' ); ?> /> <?php Util_Ui::e_config_label( 'minify.ccjs.options.formatting' ); ?>
|
|
</label>
|
|
<br />
|