- 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>
7 lines
567 B
PHP
Executable File
7 lines
567 B
PHP
Executable File
<?php $optimizers = "Autoptimize, WP Rocket";
|
|
?><input name="<?php echo Advanced_Ads_Pro::OPTION_KEY; ?>[autoptimize-support-disabled]" type="checkbox" value="1" <?php checked( $autoptimize_support_disabled, 1 ); ?>"/>
|
|
<p class="description"><?php
|
|
/*
|
|
* translators: %s is a list of supported optimizer plugins
|
|
*/
|
|
echo sprintf(__( 'Advanced Ads Pro disables optimizers ( %s ) for displaying ads per default. Enable this option to allow optimizers to change the ad code. Especially JavaScript ads might stop working then.', 'advanced-ads-pro' ), $optimizers); ?></p>
|