We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0764f23 commit d7f4f95Copy full SHA for d7f4f95
wpdb-status.php
@@ -94,6 +94,11 @@ public function __construct() {
94
echo '<span style="color:red;">' . $session->num_rows . '</span>';
95
echo '</h2>';
96
97
+ echo '<h2>Woocommerce Log: ';
98
+ $posts = $this->db_query( "SELECT COUNT(*) FROM " . DB_PREFIX . "woocommerce_log" );
99
+ echo '<span style="color:red;">' . $posts->num_rows . '</span>';
100
+ echo '</h2>';
101
+
102
echo '<hr><h1>WP Extra</h1>';
103
104
echo 'Remember to delete post in trash!';
0 commit comments