ad-gadsense-dashboard.php
1 year ago
ad-info-after-textarea.php
1 year ago
ad-layout.php
1 year ago
ad-parameters-size.php
1 year ago
ad-parameters.php
1 year ago
ad-targeting.php
1 year ago
ad-types.php
1 year ago
ad-usage-notes.php
1 year ago
ad-usage-shortcodes.php
1 year ago
ad-usage.php
1 year ago
post-ad-settings.php
1 year ago
ad-usage.php
19 lines
| 1 | <?php |
| 2 | /** |
| 3 | * Render the Usage meta box on the ad edit screen |
| 4 | * |
| 5 | * @package AdvancedAds |
| 6 | * @author Advanced Ads <info@wpadvancedads.com> |
| 7 | * @since 1.48.2 |
| 8 | * |
| 9 | * @var Ad $ad Ad instance. |
| 10 | */ |
| 11 | |
| 12 | ?> |
| 13 | <div id="advads-ad-usage" class="advads-option-list"> |
| 14 | <?php |
| 15 | require_once ADVADS_ABSPATH . 'views/admin/metaboxes/ads/ad-usage-notes.php'; |
| 16 | require_once ADVADS_ABSPATH . 'views/admin/metaboxes/ads/ad-usage-shortcodes.php'; |
| 17 | ?> |
| 18 | </div> |
| 19 |