adsense-amp.php
1 year ago
pro-placements.php
1 year ago
repeat-the-position.php
1 year ago
upgrade-link.php
6 years ago
repeat-the-position.php
14 lines
| 1 | <?php |
| 2 | /** |
| 3 | * Repeat the position upgrade notice. |
| 4 | * |
| 5 | * @package Advanced_Ads |
| 6 | */ |
| 7 | |
| 8 | use AdvancedAds\Admin\Upgrades; |
| 9 | |
| 10 | ?> |
| 11 | <p><label><input type="checkbox" disabled="disabled"/><?php esc_html_e( 'repeat the position', 'advanced-ads' ); ?></label> |
| 12 | <?php Upgrades::upgrade_link( null, 'https://wpadvancedads.com/add-ons/advanced-ads-pro/', 'upgrade-content-repeat' ); ?> |
| 13 | </p> |
| 14 |