bp_xprofile_field_type_wordpress_textbox, $this

bp_xprofile_field_type_wordpress_textbox, $this

Appears in:
Hook Type: action

See hook in core

Displaying hooks found in version: buddypress.14.5.2

do_action('bp_xprofile_field_type_wordpress_textbox, $this') is found 1 times:

  • /bp-xprofile/classes/class-bp-xprofile-field-type-wordpress-textbox.php line 43
    		 * @since 8.0.0
    		 *
    		 * @param BP_XProfile_Field_Type_WordPress_Textbox $field_type Current instance of the field type class.
    		 */
    		do_action( 'bp_xprofile_field_type_wordpress_textbox', $this );
    
    		/*
    		 * As we are using an xProfile field meta to store the WordPress field meta key we need
    		 * to make sure $this->wp_user_key is set before once the field has been populated.
    		 */
    		add_action( 'bp_xprofile_field', array( $this, 'set_wp_user_key' ), 10 );