Skip to content

Commit 8d1412c

Browse files
committed
Social Profiles now support a class name argument for FA 6Add support for class name argument in Social Profiles helper
Updated the Social Profiles helper's documentation to include the new "class" argument, aligning with FontAwesome 6 integration. This ensures better compatibility and flexibility in defining social profile icons. Signed-off-by: Kev Provance <[email protected]>
1 parent d69721e commit 8d1412c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

redux-core/inc/extensions/social_profiles/redux-social-profiles-helpers.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
*
1414
* @param string $opt_name Redux Framework opt_name.
1515
* @param string $id Profile ID.
16-
* @param string $value Social profile value to return (icon, name, background, color, url, or order).
16+
* @param string $value Social profile value to return (icon, name, class, background, color, url, or order).
1717
*
1818
* @return string Returns HTML string when $echo is set to false. Otherwise, true.
1919
* @since 1.0.0

0 commit comments

Comments
 (0)