Ciao e grazie della reply,
ho provato e dice
linea 36codice: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
che fa parte della funzioneCodice PHP:
$this->ads = $wpdb->getVar($query);
Grazie molteCodice 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;
}
![]()