Skip to content

Commit f91671b

Browse files
Tool: Removing list_converters
1 parent 4f36db0 commit f91671b

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

components/tool.php

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -117,17 +117,6 @@ public function reset( $_, $assoc_args ) {
117117

118118
WP_CLI::success( 'bbPress reset.' );
119119
}
120-
121-
/**
122-
* List converters.
123-
*
124-
* ## EXAMPLE
125-
*
126-
* $ wp bbp tool list_converters
127-
*/
128-
public function list_converters( $_, $assoc_args ) {
129-
echo implode( ', ', bbp_get_converters() ); // WPCS: XSS ok.
130-
}
131120
}
132121

133122
WP_CLI::add_command( 'bbp tool', 'BBPCLI_Tool', array(

0 commit comments

Comments
 (0)