Created
August 9, 2022 12:21
-
-
Save contemplate/310b92b56930f2c8de246ceae813d38a to your computer and use it in GitHub Desktop.
BUDDYBOSS SHOW MORE SOCIAL ACCOUNTS
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $is_more_link = count( array_filter( $original_option_values ) ) > 10; |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
BUDDYBOSS Social Account Edit:
/plugins/buddyboss-platform/bp-xprofile/bp-xprofile-functions.php
Show more than two social icons on a users profile.
Replace Code On Line 1703 with the above code:
$is_more_link = count( array_filter( $original_option_values ) ) > 3;