class-cli-yoast-command-namespace.php 274 B

123456789101112131415
  1. <?php
  2. /**
  3. * WPSEO plugin file.
  4. *
  5. * @package WPSEO\CLI
  6. */
  7. use WP_CLI\Dispatcher\CommandNamespace;
  8. /**
  9. * Control the Yoast SEO plugin through the command line.
  10. */
  11. final class WPSEO_CLI_Yoast_Command_Namespace extends CommandNamespace {
  12. // Intentionally left empty.
  13. }