WordPress – Add Code Block ‘Copy’ button
Before: After: Step 1 – Install ‘Code Snippets’ plug-in Step 2 – Create new JavaScript snippet with following: Step 3 – Add following CSS to Theme: Updated custom CSS to…
Before: After: Step 1 – Install ‘Code Snippets’ plug-in Step 2 – Create new JavaScript snippet with following: Step 3 – Add following CSS to Theme: Updated custom CSS to…
To set a WordPress post’s publish date to match its original creation date, you can run a one-time PHP script or add an action hook to your site’s functions.php file.…
The PHP OPcache module is not properly configured. The OPcache buffer is nearly full. To assure that all scripts can be hold in cache, it is recommended to apply “opcache.memory_consumption”…