Skip to content

Instantly share code, notes, and snippets.

View stephyhogan's full-sized avatar

Stephanie Hogan stephyhogan

View GitHub Profile
<?php
add_action( 'user_register', 'give_wcpl_user_package_on_registration' );
function give_wcpl_user_package_on_registration( $user_id ) {
global $wpdb;
if ( wpjm_check_user_role( 'employer', $user_id ) ) {
$wpdb->insert(
"{$wpdb->prefix}wcpl_user_packages",