bp_xprofile_field_type_wordpress_biography, $this

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

  • /bp-xprofile/classes/class-bp-xprofile-field-type-wordpress-biography.php line 42
    		 * @since 8.0.0
    		 *
    		 * @param BP_XProfile_Field_Type_WordPress_Biography $field_type Current instance of the field type class.
    		 */
    		do_action( 'bp_xprofile_field_type_wordpress_biography', $this );
    	}
    
    	/**
    	 * Sanitize the user field before saving it to db.
    	 *
    	 * @since 8.0.0