php

Adds an "options" page for a Custom Post Type and ACF

<?php /** * Add Options Page for Custom Post Type and ACF * * Adds an "options" page for a… Read more »

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 »