Ciao e grazie della reply,
ho provato e dice

codice:
Fatal error: Call to undefined function: getvar() in /var/www/vhosts/ilblog.it/httpdocs/wp-inst/wp-content/mu-plugins/tk_ads.php on line 36
linea 36

Codice PHP:
$this->ads $wpdb->getVar($query); 
che fa parte della funzione

Codice PHP:
function get_ads() {
        if (empty(
$this->ads)) {
        global 
$wpdb;
        
$query "SELECT * from `" $wpdb->tk_ads_types "`";
        
$this->ads $wpdb->getVar($query);
        }
        return 
$this->ads;    
    } 
Grazie molte