Skip to content

Instantly share code, notes, and snippets.

View 10SexyApples's full-sized avatar

10SexyApples 10SexyApples

View GitHub Profile
@scribu
scribu / wrapping.php
Last active January 7, 2024 11:59
Theme wrapping
<?php
# License: Public Domain
# I recommend replacing 'my_' with your own prefix.
function my_template_path() {
return My_Wrapping::$main_template;
}
@thefuxia
thefuxia / class.TTT_User_Profile_Addon.php
Created January 2, 2011 03:28
Class to add custom fields to the user profile in WordPress.
<?php
/**
* Adds a form field to the edit profile page.
*
* Usage:
add_action( 'init', 'init_profile_addons' );
function init_profile_addons()
{
$GLOBALS['extended_author_text'] = new TTT_User_Profile_Addon(
array (