# wordpress-seo/trunk/src/promotions/domain/promotion-interface.php

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

- Page: https://pluginprobe.com/plugins/wordpress-seo/trunk/code/src/promotions/domain/promotion-interface.php
- Raw: https://pluginprobe.com/plugins/wordpress-seo/trunk/raw/src/promotions/domain/promotion-interface.php
- Modified: 2023-09-05T12:38:18+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/promotions/domain/promotion-interface.php#L10-L20`.

```php
<?php

namespace Yoast\WP\SEO\Promotions\Domain;

/**
 * Interface for a Promotion.
 */
interface Promotion_Interface {}

```
