By default the Total theme adds lazy loading via the browser loading="lazy" attribute to all images since it's impossible to…
Important: The easing script is no longer loaded by default in the Total theme and there is an option located…
By default WordPress loads custom scripts that modify HTML5 (self-hosted) video and audio elements inserted into your posts with a…
This code would be added in your child theme's functions.php and what it does is re-registeres the child theme with…
Using a filter you can define which Google Fonts are available when selecting fonts in the Customizer or in theme…
function wpex_remove_script_version( $src ) { if ( strpos( $src, 'ver=' ) ) { $src = remove_query_arg( 'ver', $src ); }…