ad-debug.php
10 lines
| 1 | <?php if ( ! advads_is_amp() ): |
| 2 | ob_start(); ?> |
| 3 | <?php echo Advanced_Ads_Utils::get_inline_asset( ob_get_clean() ); |
| 4 | endif; ?> |
| 5 | <div id="<?php echo $wrapper_id; ?>" style="<?php echo $style; ?>"> |
| 6 | <strong><?php _e( 'Ad debug output', 'advanced-ads' ); ?></strong> |
| 7 | <?php echo '<br /><br />' . implode( '<br /><br />', $content ); ?> |
| 8 | <br /><br /><a style="color: green;" href="https://wpadvancedads.com/manual/ad-debug-mode/?utm_source=advanced-ads&utm_medium=link&utm_campaign=ad-debug-mode" target="_blank" rel="nofollow"><?php esc_html_e( 'Find solutions in the manual', 'advanced-ads' ); ?></a> |
| 9 | </div> |
| 10 |