Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the ad-inserter domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /var/www/vhosts/blog.webeats.it/httpdocs/wp-includes/functions.php on line 6114

Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the cookie-law-info domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /var/www/vhosts/blog.webeats.it/httpdocs/wp-includes/functions.php on line 6114

Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the wordpress-seo domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /var/www/vhosts/blog.webeats.it/httpdocs/wp-includes/functions.php on line 6114
13 Maggio 2016 - Blog WebEats

Nascondere o modificare il nome del tema del nostro WordPress

Nascondere o modificare il nome del tema del nostro sito WordPress senza l’utilizzo di plugin esterni Vediamo ora brevemente come i file da modificare e le cartelle da rinominare per cambiare il nome del tema da installare su WordPress Step 1: apri la cartella del tema sul tuo PC. Step 2: Cerca il file Style.css e aprilo con […]

PHP tips: Rimuovere BR (line break) eccetto uno per linea

Rimuovere BR (line break) eccetto uno per linea con PHP o con Smarty grazie alle regular expressions Con le espressioni regolari è possibile manipolare un testo preformattato per adattarlo alle nostre necessità. Vediamo qualche esempio in PHP o Smarty (per piattaforme come PrestaShop) Immaginiamo di avere un testo formattato in questo modo Testo di prova\n […]