bp_xprofile_field_type_wordpress, $this

bp_xprofile_field_type_wordpress, $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, $this') is found 1 times:

  • /bp-xprofile/classes/class-bp-xprofile-field-type-wordpress.php line 77
    		 * @since 8.0.0
    		 *
    		 * @param BP_XProfile_Field_Type_WordPress $field_type Current instance of the field type class.
    		 */
    		do_action( 'bp_xprofile_field_type_wordpress', $this );
    
    		// Use the `$wpdb->usermeta` table instead of the $bp->profile->table_name_data one.
    		add_filter( 'bp_xprofile_set_field_data_pre_save', array( $this, 'set_field_value' ), 10, 2 );
    
    		// Set the supported keys.
    		$this->supported_keys = bp_xprofile_get_wp_user_keys();