This commit is contained in:
KhaiNguyen
2020-02-13 10:39:37 +07:00
commit 59401cb805
12867 changed files with 4646216 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
<?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.
}

View File

@@ -0,0 +1,15 @@
<?php
/**
* WPSEO plugin file.
*
* @package WPSEO\CLI
*/
use WP_CLI\Dispatcher\CommandNamespace;
/**
* Control the Yoast SEO plugin through the command line.
*/
final class WPSEO_CLI_Yoast_Command_Namespace extends CommandNamespace {
// Intentionally left empty.
}