Skip to content

Commit

Permalink
Disable Works features until launch
Browse files Browse the repository at this point in the history
  • Loading branch information
mikethicke committed Sep 3, 2024
1 parent 7bced36 commit 07f663f
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ public function __construct() {
* @return mixed
*/
public static function display_filter( $field_value, $field_id = '' ) {
//Turn off until Works launches
return '';
$username = bp_get_displayed_user_username();

$cache_key = "hc-member-profiles-xprofile-works-deposits-{$username}";
Expand Down

0 comments on commit 07f663f

Please sign in to comment.