Hello,
i try to do an query with Wordpress DB > via PHP Code
[insert_php]
<?php
$user_count = $wpdb->get_var( "SELECT COUNT(*) FROM $wpdb->wb1_users" );
echo "<p>User count is {$user_count}</p>";
?>
[/insert_php]
We have already an other WP Site, there is the code Working fine - but it is not the same theme.
Thanks for your help