Skip to content

Commit 498a831

Browse files
committed
Remove seemingly unused function
1 parent 23b2730 commit 498a831

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

functions.php

-11
Original file line numberDiff line numberDiff line change
@@ -20,17 +20,6 @@ function wpcli_export( $args = array() ) {
2020
}
2121
}
2222

23-
function wpcli_export_new_style_args_from_old_style_args( $args ) {
24-
if ( isset( $args['content'] ) ) {
25-
if ( 'all' === $args['content'] ) {
26-
unset( $args['content'] );
27-
} else {
28-
$args['post_type'] = $args['content'];
29-
}
30-
}
31-
return $args;
32-
}
33-
3423
function wpcli_export_build_in_condition( $column_name, $values, $format = '%s' ) {
3524
global $wpdb;
3625

0 commit comments

Comments
 (0)