Skip to content

Instantly share code, notes, and snippets.

<?php
## script to add custom fields to magic fields
## version: 0.1
## author: Xavi Ivars (xavi.ivars at gmail.com)
define(WP_ADMIN,true);
include('wp-config.php');
include('wp-load.php');
global $wpdb;