This method has been deprecated. BuddyBoss 1.0.0 Autolink functionality is no longer used. Keeping the function here for legacy purposes. Will be removed in future instead.
BP_XProfile_Field::get_do_autolink()
Get whether the field values should be auto-linked to a directory search.
Description
Lazy-loaded to reduce overhead.
Defaults to true for multi and default fields, false for single fields.
Return
(bool)
Source
File: bp-xprofile/classes/class-bp-xprofile-field.php
public function get_do_autolink() { _deprecated_function( __FUNCTION__, '1.0.0(BuddyBoss)' ); return false; }
Changelog
Version | Description |
---|---|
BuddyPress 2.5.0 | BuddyPress 2.5.0 |
BuddyBoss 1.0.0 Always returns false. | 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.