Artículos
The problem ended up being that system alerts had caused certain functions to shut down. One of...
Disable File Editing in WordPressDisable file editing in WordPress admin In this guide, we show how you can disable...
Get rid of “WebSocket connection to ‘…’ failed” error on WordPress sites running JetpackJust go to /wp-admin/admin.php?page=jetpack_modules in your WP admin and there it is! If you’re...
How to Disable Theme and Plugin Editors from WordPress Admin PanelDisabling theme and plugin editors in WordPress is quite easy. Simply edit your wp-config.php...
How to Enable Revisions for WooCommerce ProductsBy default, WooCommerce does not work with WordPress revisions. You will need to add some code...
How to Fix WordPress Stuck In Maintenance Mode?When WordPress puts itself into maintenance mode, it does so by creating a file named...
How to Install WP-CLIThe following tutorial is intended for Mac and Linux users. Official Installation Procedure For...
How to Move a WordPress Website from HTTP to HTTPS/SSLConfiguring WordPress for SSL/HTTPS Links in WordPress (such as image attachments, themes CSS...
How to deactivate all plugins when not able to access the administrative menus?Sometimes it may be necessary to deactivate all plugins, but you can't access the administrative...
How to disable WordPress maintenance mode after a failed updateYou start an update and the update process fails at some point, leaving your WordPress website...
Increase the WordPress allowed memory sizeThe default memory limit for WordPress is 32 MB. It is very common to exceed this limit and get...
Leverage Browser Caching<IfModule mod_expires.c> ExpiresActive On ExpiresDefault "access plus 1 month"...
Remove Query Strings from Static Resources1. Remove Query Strings from Static Resources with Code You can easily remove query strings from...
Replace wp-cron with real cronjobFirstly, you should turn off the default WP-Cron behavior to prevent it from running on page...
Too many Redirects after switching WordPress to httpsMake sure that you define the WP_SITEURL and WP_HOME at wp-config.php...
WooCommerce Database update doesn't complete hoursFor upgrade procedures to work, WP CRON must work, otherwise the scheduled tasks never get...
WordPress Security - Base64 and evalWordFence has a scanner that can find base64 and eval code. You can use CPANEL file manager to...