PluginProbe
Advanced Ads – Ad Manager & AdSense / 1.4.8
Advanced Ads – Ad Manager & AdSense v1.4.8
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 / admin.php
admin.php
26 lines 887 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <?php
2 /**
3 * Represents the view for the administration dashboard.
4 *
5 * This includes the header, options, and other information that should provide
6 * The User Interface to the end user.
7 *
8 * @package Advanced_Ads_Admin
9 * @author Thomas Maier <thomas.maier@webgilde.com>
10 * @license GPL-2.0+
11 * @link http://webgilde.com
12 * @copyright 2013 Thomas Maier, webgilde GmbH
13 */
14 ?>
15
16 <div class="wrap">
17 <h2 style="color:red;"><?php _e('Work in progress', $this->plugin_slug); ?></h2>
18 <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.', $this->plugin_slug); ?></p>
19 <?php screen_icon(); ?>
20 <h1><?php echo esc_html(get_admin_page_title()); ?></h1>
21
22 <h2><?php _e('Ad Condition Overview', $this->plugin_slug); ?></h2>
23 <pre><?php print_r($ads_by_conditions); ?></pre>
24
25 </div>
26