Account Settings

Winkelwagen

De winkelwagen is nog leeg

Website Settings

Dondere modus
Hoog contrast
Font grootte
Lees pagina-inhoud
Afdrukken
Realtime
  • Datum: 19-02-2026
  • Week: 08
  • Weer:
  • Seizoen: Winter

Reduce Unused CSS Solution with Critical CSS For WP

particle

Een plugin die gericht is op alleen Critical CSS en gebaseerd op de library van CSS from HTML extractor Description Critical CSS For WP removes the unused CSS which helps to paint fast and render the above fold content, before downloading the complete css files. We intends to provide great experience to the web page […]

Polylang

particle

Ondersteuning Beschrijving Met Polylang volledig geïntegreerd in WordPress en alleen gebruikmakend van de ingebouwde core functies (taxonomieën), houdt je stabiele prestaties op je site en maak je een meertalige site met slechts één extra taal tot 10 of meer, afhankelijk van je behoeften. Er is geen beperking in het aantal toegevoegde talen en de taalpakketten […]

Show Current Template

particle

A WordPress plugin which shows the current template file name, the current theme name and included template files’ name in the tool bar. If you like this plugin, you can buy me a coffee! Inspired by (and big thanks to):

Calculated Fields Form

particle

Absolutely! The “Calculated Fields Form” plugin opens up a world of possibilities. Here’s a breakdown of what you can achieve: Advanced Operations: And the best part? All resulting forms are mobile responsive, ensuring a seamless experience across devices. The most remarkable aspect is that you don’t need to hire a developer to create forms. With basic […]

Defer Javascript loading

particle

// Defer Javascript loading function js_async_attr($tag){ # Do not add defer or async attribute to these scripts // $scripts_to_exclude = array(‘script1.js’, ‘script2.js’, ‘script3.js’); // foreach($scripts_to_exclude as $exclude_script){ // if(true == strpos($tag, $exclude_script ) ) // return $tag; // } # Defer or async all remaining scripts not excluded above return str_replace( ‘ src’, ‘ defer=”defer” […]

Auto version snippit

particle

function autoVer($filename){ $url = get_template_directory_uri() . $filename; $file = get_template_directory() . $filename; if ( file_exists($file)) { return $url . ‘?v=’ .md5(date(“FLdHis”, filectime($file)) . filesize($file)); } clearstatcache(); }

Home