php

Hide content editor on specific pages. Useful for ACF.

<?php /** * Hide Content Editors on Specific Pages * * This function hides the content editor on specific pages… Read more »

Enqueue example for WordPress with filemtime

<?php /** * Enqueue Styles and Scripts for My Theme * * This function enqueues styles and scripts for the… Read more »

Redirect WordPress Author Pages to Home

<?php /** * Redirect Author Page to Home * * Gist Keywords: wordpress, author page, redirect * Author: Knol Aust… Read more »

Add Page/Post slug to body class in WordPress

<?php /** * Adds the current page or post slug as a class to the body tag in WordPress. *… Read more »

Clear Siteground cache for site or for single page

<?php /** * Clears the SiteGround cache for a specific page or the entire site. * * This function checks… Read more »

Disable Automatic Updates Email in WordPress #wordpress, #updates, #email, #notifications

<?php /** * Disables automatic update notification emails in WordPress. * * This code snippet hooks into WordPress auto-update settings… Read more »