cleaned commands
Showing
1 changed file
with
0 additions
and
6 deletions
| ... | @@ -215,12 +215,6 @@ class SYNC_FILES { | ... | @@ -215,12 +215,6 @@ class SYNC_FILES { |
| 215 | 215 | ||
| 216 | } | 216 | } |
| 217 | 217 | ||
| 218 | /** | ||
| 219 | * Registers our command when cli get's initialized. | ||
| 220 | * | ||
| 221 | * @since 1.0.0 | ||
| 222 | * @author Scott Anderson | ||
| 223 | */ | ||
| 224 | function sync_files_cli_register_commands() { | 218 | function sync_files_cli_register_commands() { |
| 225 | WP_CLI::add_command( 'tz', 'SYNC_FILES' ); | 219 | WP_CLI::add_command( 'tz', 'SYNC_FILES' ); |
| 226 | } | 220 | } | ... | ... |
-
Please register or sign in to post a comment