mobnew
Forum Replies Created
Viewing 4 replies - 1 through 4 (of 4 total)
-
Anyone run into this issue?
Much appreciated. So I take it there is not a hook that can be utilized for the delete tab?
Thank you. Much appreciated.
I would have to guess there is a better way, but for now I have found adding the following to the start of the above function works:
global $wpdb; $user_ID = get_current_user_id(); $company = $wpdb->get_row("SELECT * from wp_usermeta WHERE user_id='".$user_ID."' AND meta_key='company'");And then adding value=”<?=$company->meta-value ?>” to the input.
If there is a better or more efficient way to complete this, please let me know.
Thank you,
Viewing 4 replies - 1 through 4 (of 4 total)