# wordpress-seo/trunk/src/integrations/alerts/webinar-promo-notification.php

Yoast SEO – Advanced SEO with real-time guidance and built-in AI, version trunk. 17 lines.

- Page: https://pluginprobe.com/plugins/wordpress-seo/trunk/code/src/integrations/alerts/webinar-promo-notification.php
- Raw: https://pluginprobe.com/plugins/wordpress-seo/trunk/raw/src/integrations/alerts/webinar-promo-notification.php
- Modified: 2022-06-02T16:14:20+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/wordpress-seo/trunk/code/src/integrations/alerts/webinar-promo-notification.php#L10-L20`.

```php
<?php

namespace Yoast\WP\SEO\Integrations\Alerts;

/**
 * Webinar_Promo_Notification class.
 */
class Webinar_Promo_Notification extends Abstract_Dismissable_Alert {

	/**
	 * Holds the alert identifier.
	 *
	 * @var string
	 */
	protected $alert_identifier = 'webinar-promo-notification';
}

```
