ad-label-position.php
1 year ago
ad-label.php
1 year ago
content-index.php
2 months ago
inline-css.php
1 year ago
item.php
1 year ago
name.php
1 year ago
status.php
1 year ago
inline-css.php
18 lines
| 1 | <?php |
| 2 | /** |
| 3 | * Render inline css option for placements. |
| 4 | * |
| 5 | * @package AdvancedAds |
| 6 | * @author Advanced Ads <info@wpadvancedads.com> |
| 7 | * @since 1.50.0 |
| 8 | * |
| 9 | * @var string $placement_slug Slug of the current placement. |
| 10 | * @var string $placement Placement with all options. |
| 11 | */ |
| 12 | |
| 13 | ?> |
| 14 | <input |
| 15 | type="text" |
| 16 | value="<?php echo esc_attr( $inline_css ); ?>" |
| 17 | name="advads[placements][options][inline-css]"/> |
| 18 |