column-adsense.php
1 year ago
column-date.php
1 year ago
column-debug.php
1 year ago
column-description.php
1 year ago
column-displayonce.php
1 year ago
column-privacyignore.php
1 year ago
column-shortcode.php
1 year ago
column-size.php
1 year ago
column-timing.php
1 year ago
column-type.php
1 year ago
column-used.php
1 week ago
icon-status.php
1 year ago
column-shortcode.php
14 lines
| 1 | <?php |
| 2 | /** |
| 3 | * Render ad shortcode column in the ad overview list |
| 4 | * |
| 5 | * @package AdvancedAds |
| 6 | * @author Advanced Ads <info@wpadvancedads.com> |
| 7 | * @since 1.48.0 |
| 8 | * |
| 9 | * @var int $ad_id Ad id. |
| 10 | */ |
| 11 | |
| 12 | ?> |
| 13 | <input class="advads-ad-injection-shortcode" onclick="this.select();" value="[the_ad id="<?php echo esc_attr( $ad_id ); ?>"]"/> |
| 14 |