BP_XProfile_Field_Type_Placeholder::__construct()
Constructor for the placeholder field type.
Description
Source
File: bp-xprofile/classes/class-bp-xprofile-field-type-placeholder.php
public function __construct() { parent::__construct(); $this->set_format( '/.*/', 'replace' ); }
Changelog
Version | Description |
---|---|
BuddyPress 2.0.1 | Introduced. |
Questions?
We're always happy to help with code or other questions you might have! Search our developer docs, contact support, or connect with our sales team.