HEX
Server: Apache/2.4.65 (Debian)
System: Linux 88f31f35b0b8 6.1.0-38-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.147-1 (2025-08-02) x86_64
User: www-data (33)
PHP: 8.2.29
Disabled: NONE
Upload Files
File: /var/www/html/wp-content/plugins/advanced-ads/admin/views/notices/starter-setup-success.php
<?php
/**
 * Success notice for the starter setup.
 *
 * @package AdvancedAds
 * @author  Advanced Ads <info@wpadvancedads.com>
 * @since   1.x.x
 *
 * @var string $last_post_link URL to the last created post.
 */

?>
<div class="notice notice-success advads-admin-notice message">
	<h2>
		<?php esc_html_e( '2 Test Ads successfully added!', 'advanced-ads' ); ?>
	</h2>
	<p>
		<?php esc_html_e( 'Look below for the list of created ads.', 'advanced-ads' ); ?>
	</p>
	<p>
		<a href="<?php echo esc_url( admin_url( 'admin.php?page=advanced-ads-placements' ) ); ?>"><?php esc_attr_e( 'Visit list of placements', 'advanced-ads' ); ?></a>
	</p>
	<?php if ( $last_post_link ) : ?>
		<p>
			<a href="<?php echo esc_url( $last_post_link ); ?>" target="_blank">
				<?php esc_html_e( 'See them in action', 'advanced-ads' ); ?>
			</a>
		</p>
	<?php endif; ?>
</div>