Awesome Support Developer Documentation

wpas_user_profile_metabox_before


Signature

do_action( 'wpas_user_profile_metabox_before', $user, $post )

Typical Usage

This action hook is called before anything is processed in the user profile metabox.

Parameters

  • $user: object WP_User The user object
  • $post: object WP_Post Post object of the current ticket

Located In

  • File: includes/admin/metaboxes/user-profile.php

First Available

Version: 3.3


More Topics In Action Hooks

Share: