File ManagerCurrent Directory: wp-content/plugins/wordpress-seo/src/promotions/applicationLinux appserver-7a7af3b2-php-0c9ec09e2f9746c2a80fa3756c076432 6.12.94+ #1 SMP Fri Jul 17 09:26:56 UTC 2026 x86_64Edit File: promotion-manager-interface.php <?php namespace Yoast\WP\SEO\Promotions\Application; /** * Interface for the promotion manager. */ interface Promotion_Manager_Interface { /** * Whether the promotion is effective. * * @param string $promotion_name The name of the promotion. * * @return bool Whether the promotion is effective. */ public function is( string $promotion_name ): bool; /** * Get the list of promotions. * * @return array The list of promotions. */ public function get_promotions_list(): array; } Upload File Directory Listing NameTypeSizeActions.. (Parent Directory)Dirpromotion-manager-interface.phpFile507.00 B Rename | Delete | Editpromotion-manager.phpFile1.70 KB Rename | Delete | Edit