Project

General

Profile

Feature #12056 » cac-sync-position-to-college.php

Boone Gorges, 2019-11-14 03:30 PM

 
1
<?php
2

    
3
global $wpdb;
4

    
5
foreach ( $wpdb->get_col( "SELECT ID from {$wpdb->users}" ) as $user_id ) {
6
	cacap_sync_positions_to_college( $user_id );
7
}
(1-1/2)