$cat_ids = array(12, 29, 28, 31, 26, 27, 22, 24, 30, 25, 23);
$category = get_the_category();
if (in_array((int)$category[0]->cat_ID, $cat_ids))
{
if( !current_user_can( ‘delete_users’ ) ) {
auth_redirect();
}
}
?>

Your responses for this reflection exercise will be very helpful to the incoming exec board. Please be as detailed as possible. The more relevant information you include the smoother this transition will be.


It is suggested that you type up your responses in an offline word processor and then paste them into the following form.