Skip to content

Instantly share code, notes, and snippets.

@yousufansa
Created December 7, 2020 12:26
Show Gist options
  • Save yousufansa/1037547a4b94fd45ea90214828473ee8 to your computer and use it in GitHub Desktop.
Save yousufansa/1037547a4b94fd45ea90214828473ee8 to your computer and use it in GitHub Desktop.
Electro - Disable Social Icon Links from Handheld Devices
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