You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
296 B

<?php
/**
* WPSEO plugin file.
*
* @package WPSEO\CLI
*/
use WP_CLI\Dispatcher\CommandNamespace;
/**
* The redirect functionality is only available in Yoast SEO Premium.
*/
final class WPSEO_CLI_Redirect_Upsell_Command_Namespace extends CommandNamespace {
// Intentionally left empty.
}