Search the Wiki
Set a cron job to replace the default WordPress cron
Set your cron time / path to php / path to your php script Adding >/dev/null 2>&1 on the end prevents an email from getting sent each time the cron if triggered.
WP_HTTP_BLOCK_EXTERNAL & WP_ACCESSIBLE_HOSTS
Setting the WP_HTTP_BLOCK_EXTERNAL constant to true in your wp-config.php file will stop all outgoing network requests from your site. This is typically set on sites that are sitting behind a closed environment. However, having this set is problematic when performing migrations using WP Migrate DB Pro or allow updates for WordPress: Using WP_ACCESSIBLE_HOSTS you can set Full Article…
How to Target Internet Explorer 10 and 11 in CSS
Logic taken from here: https://philipnewcomer.net/2014/04/target-internet-explorer-10-11-css/ -ms-high-contrast supports two values: none and active. So to target IE10+ regardless of the property’s setting, use this media query:
Remove line breaks in a Google Spreadsheet cell
The first formula replaces line breaks with a space and the second formula replaces paragraph breaks with a space.
Conditional if cell has this, then display this, else display this – Google Sheets
This is a formula written for Google Sheets. It looks for text matching one of three conditions and otherwise will display ‘Not Detected’.
WP_Widget deprecated error in WordPress
Simply search and replace the following in all files: Search: Replace with: