Configurare dispositivo smartphone per controllo genitori

controllo genitori telefono smartphone

Configurare dispositivo smartphone per controllo genitori Con l’app Family Link è possibile impostare da remoto, con il nostro dispositivo, le regole di base per seguire i nostri figli mentre imparano, giocano e navigano sul Web. Per i bambini di età inferiore a 13 anni (o dell’età minima richiesta nel tuo paese) Family Link consente inoltre … Leggi tutto

Redirect da HTTPS a HTTP via file HTACCESS

velocità sito WordPress

Anche se è più frequente avere l’esigenza esattamente opposta (qui come fare da http a https), può capitare (magari perchè è scaduto un certificato e si sta attendendo il rinnovo), di dover forzare il redirect da https a hhtp. Possiamo farlo semplicemente aggiungendo queste righe di direttiva al file .htaccess: # Redirect HTTPS to HTTP … Leggi tutto

Workaround to walk function no more compatible with Walker in WordPress 5.3

velocità sito WordPress

With te latest releases of WordPress, after updating to WP 5.3 it’s common to receive this error on some custom themes: Warning: Declaration of _Nav_Menu::walk($elements, $max_depth) should be compatible with Walker::walk($elements, $max_depth, …$args) in… This is caused by the introduction of the spread operator, as per official WordPress release note: In WordPress 5.3, the PHP … Leggi tutto