PluginProbe
Advanced Ads – Ad Manager & AdSense / 1.7.0.3
Advanced Ads – Ad Manager & AdSense v1.7.0.3
2.0.26 2.0.25 2.0.24 2.0.23 2.0.22 2.0.21 1.38.0 1.39.0 1.39.1 1.39.2 1.39.3 1.39.4 1.4.0 1.4.1 1.4.2 1.4.3 1.4.4 1.4.5 1.4.6 1.4.7 1.4.8 1.4.9 1.40.0 1.40.1 1.40.2 All 348 releases
advanced-ads / public / views / ad-debug.php
ad-debug.php
9 lines 483 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <div class="<?php echo $prefix; ?>addebug" style="<?php echo $style; ?>">
2 <strong>ad debug output</strong>
3 <?php if( $content === array() ) : ?>
4 <p style="color: green;">no errors found</p>
5 <?php else : ?>
6 <p><?php echo implode( '</p><p>', $content ); ?></p>
7 <p><a style="color: green;" href="<?php echo ADVADS_URL; ?>manual/ad-debug-mode/#utm_source=advanced-ads&utm_medium=link&utm_campaign=ad-debug-mode" target="_blank">Find solutions in the manual</a></p>
8 <?php endif; ?>
9 </div>