}
if ( defined("GLM_MEMBERS_PLUGIN_PATH") ) {
+ // Cannot think of a reason to use members on home screen
//$members = $this->get_members_summary();
//$summary['members'] = $members;
}
}
return $status;
}
-
-
-// FOR REFERENCE DURING DEV
-// ;
-// ; Entry Status Types
-// ;
-// status[10] = 'Active'
-// status[20] = 'Pending Review'
-// status[30] = 'Inactive'
-// status[90] = 'Archived'
-
-// status_numb['Active'] = 10
-// status_numb['Pending'] = 20
-// status_numb['Inactive'] = 30
-// status_numb['Archived'] = 90
-
// Get members
public function get_members_summary() {
-
- // !!!
- // WE'LL NEED TO GET MEMBER INFO AS WELL
- // !!!
$fields = "id, name, member_slug";
$table = GLM_MEMBERS_PLUGIN_DB_PREFIX."members";
$where =
$members = $this->wpdb->get_results( $sql );
return $members;
-
}
// Get events