PluginProbe
Advanced Ads – Ad Manager & AdSense / 1.5.5
Advanced Ads – Ad Manager & AdSense v1.5.5
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 / admin / views / debug.php
debug.php
18 lines 693 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <?php
2 /**
3 * the view for the debug page
4 */
5 ?><div class="wrap">
6 <h2 style="color:red;"><?php _e( 'Work in progress', ADVADS_SLUG ); ?></h2>
7 <p><?php _e( 'This screen is work in progress. You can use the information if you understand them, but there is nothing to do here yet.', ADVADS_SLUG ); ?></p>
8 <?php screen_icon(); ?>
9 <h1><?php echo esc_html( get_admin_page_title() ); ?></h1>
10
11 <h2><?php _e( 'Settings', ADVADS_SLUG ); ?></h2>
12 <pre><?php print_r( $plugin_options ); ?></pre>
13
14 <h2><?php _e( 'Ad Placements', ADVADS_SLUG ); ?></h2>
15 <pre><?php print_r( $ad_placements ); ?></pre>
16
17 <?php do_action('advanced-ads-debug-after', $plugin_options); ?>
18 </div>