/
home
/
techb158
/
public_html
/
wp-content
/
plugins
/
wordpress-seo
/
src
/
commands
/
/home/techb158/public_html/wp-content/plugins/wordpress-seo/src/commands
mkdir
upload
Name
Size
Mode
Actions
cleanup-command.php
5449
0644
edit
dl
rm
command-interface.php
308
0644
edit
dl
rm
index-command.php
10703
0644
edit
dl
rm
Edit:
/home/techb158/public_html/wp-content/plugins/wordpress-seo/src/commands/command-interface.php
(308B)
<?php namespace Yoast\WP\SEO\Commands; /** * Interface definition for WP CLI commands. * * An interface for registering integrations with WordPress. */ interface Command_Interface { /** * Returns the namespace of this command. * * @return string */ public static function get_namespace(); }
Save
cmd:
run