php

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 »

Allow SVG Files Upload in WordPress

<?php /** * Allow SVG uploads for administrator users. * * This function modifies the list of allowed mime types… Read more »

Completely Disable Comments in WordPress

<?php /** * Customizes the WordPress admin and front-end to disable comments and trackbacks. * * Gist Keywords: wordpress, comments,… Read more »