Created
December 7, 2020 12:26
-
-
Save yousufansa/1037547a4b94fd45ea90214828473ee8 to your computer and use it in GitHub Desktop.
Electro - Disable Social Icon Links from Handheld Devices
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
add_filter( 'electro_footer_social_icons_hh', '__return_false', 99 ); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment