Website Settings

Dondere modus
Hoog contrast
Font grootte
Lees pagina-inhoud
Afdrukken
  • Het is 23-07-2026 en week 30 in de Zomer .

Account Settings

Winkelwagen

De winkelwagen is nog leeg

Set PHP in htaccess

particle

# Change to PHP version 5.6 AddHandler application/x-httpd-php56 .php .php7 .php5 .php4 .php3 SetHandler application/x-lsphp56 # EOF

Editor-style.css function no caching

particle

// load editor style direct as admin without caching add_action(‘admin_enqueue_scripts’, function(){ if(is_admin()){ – add_editor_style(get_template_directory_uri().’editor-style.css?1′); + add_editor_style(get_template_directory_uri().’/editor-style.css’); } });

Home