Deprecated: Function seems_utf8 is deprecated since version 6.9.0! Use wp_is_valid_utf8() instead. in /home/dplugins-code/htdocs/code.dplugins.com/wp-includes/functions.php on line 6131

Deprecated: Function seems_utf8 is deprecated since version 6.9.0! Use wp_is_valid_utf8() instead. in /home/dplugins-code/htdocs/code.dplugins.com/wp-includes/functions.php on line 6131
Live Reload with Scripts Organizer – Code DPlugins

Live Reload with Scripts Organizer

[yt id=Gz3EVg0bT2M]

We all hate switching between browsers, save, switch, reload.

This is a nice workaround until we create it as a build-in feature. Set it between 1500 ( 1,5 sec ) and 3. Less is too fast and if set as more you will wait too much.

Set it as Conditions > Header and activate Exclude page builder.

setTimeout(function() {
    setTimeout("location.reload(true);");
}, 1500);
Click to Copy