Skip to content

Commit 39a839a

Browse files
committed
remove wrong command
1 parent b883a7b commit 39a839a

File tree

2 files changed

+0
-1
lines changed

2 files changed

+0
-1
lines changed

screenshot.png

25 KB
Loading

wpbp-status.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,6 @@ public function __construct() {
107107
$posts = $this->db_query( "SELECT ID FROM " . DB_PREFIX . "posts WHERE post_title='' AND post_status!='auto-draft' AND (post_type='post' OR post_type='page')" );
108108
echo '<span style="color:red;">' . $posts->num_rows . '</span>';
109109
echo '</h2>';
110-
echo '<pre><code>wp post delete $(wp post list --post_status=trash --format=ids)</code></pre>';
111110

112111
echo 'Empty Post Title:';
113112
echo '<pre><code>SELECT ID FROM ' . DB_PREFIX . 'posts WHERE post_title=\'\' AND post_status!=\'auto-draft\' AND (post_type=\'post\' OR post_type=\'page\');</code></pre>';

0 commit comments

Comments
 (0)