Skip to content

Instantly share code, notes, and snippets.

@wpexplorer
Created August 4, 2021 01:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wpexplorer/2080f11a4b639246f47b50b68bbaf48c to your computer and use it in GitHub Desktop.
Save wpexplorer/2080f11a4b639246f47b50b68bbaf48c to your computer and use it in GitHub Desktop.
// Modify hover button overlay so it's inside links.
add_filter( 'wpex_hover_button_overlay_position', function( $position ) {
return 'inside_link';
} );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment