Skip to content

Instantly share code, notes, and snippets.

View rpujakesuma's full-sized avatar

Ridwan Pujakesuma rpujakesuma

View GitHub Profile
@aahan
aahan / WordPress Custom Global Variables.md
Last active March 28, 2024 19:26
Creating and using custom global variables in wordpress.

First create global variables (in functions.php or as a mu-plugin):

<?php

/*
 * CUSTOM GLOBAL VARIABLES
 */
function wtnerd_global_vars() {