ad-list
5 months ago
conditions
5 months ago
notices
1 year ago
upgrades
1 year ago
ad-conditions-string-operators.php
3 months ago
checks.php
3 months ago
index.php
7 years ago
modal.php
3 months ago
overview-addons-line.php
5 months ago
overview-notice-row.php
1 year ago
overview-widget.php
1 year ago
placement-form.php
1 year ago
placement-injection-top.php
1 year ago
placement-types.php
3 years ago
placements-ad-label.php
1 year ago
placements-inline-css.php
1 year ago
placements-item.php
1 year ago
post-list-filter-dropdown.php
5 months ago
setting-license.php
1 year ago
support-callout.php
1 year ago
support-callout.php
19 lines
| 1 | <?php |
| 2 | /** |
| 3 | * Support callout. |
| 4 | * |
| 5 | * @package Advanced_Ads |
| 6 | * @since 1.0.0 |
| 7 | */ |
| 8 | |
| 9 | use AdvancedAds\Utilities\Data; |
| 10 | ?> |
| 11 | |
| 12 | <div id="advads-support-callout"> |
| 13 | <p class="advads-notice-inline advads-idea"> |
| 14 | <a href="<?php echo esc_url( Data::support_url( '/?utm_source=advanced-ads&utm_medium=link&utm_campaign=overview-notices-support' ) ); ?>" target="_blank"><strong><?php esc_html_e( 'Problems or questions?', 'advanced-ads' ); ?></strong> |
| 15 | <?php esc_html_e( 'Save time and get personal support.', 'advanced-ads' ); ?> <strong style="text-decoration: underline;"><?php esc_html_e( 'Ask your question!', 'advanced-ads' ); ?></strong> |
| 16 | </a> |
| 17 | </p> |
| 18 | </div> |
| 19 |