Skip to content

Instantly share code, notes, and snippets.

View jp1971's full-sized avatar

Jameson Proctor jp1971

View GitHub Profile
@jp1971
jp1971 / guest_authors_from_users.php
Created May 9, 2012 21:11
Create guest authors from users
<?php
//Quick and dirty for the sake of initial testing
require_once('wp-load.php');
function create_coauthors_from_users() {
global $wpdb;
global $coauthors_plus;