Skip to content

Instantly share code, notes, and snippets.

@bigdigital
Created February 21, 2019 09:14
Show Gist options
  • Save bigdigital/9a15c9f4566e9bccd8ca10292379ee97 to your computer and use it in GitHub Desktop.
Save bigdigital/9a15c9f4566e9bccd8ca10292379ee97 to your computer and use it in GitHub Desktop.
The7 add download button in lightbox (since The7 v7.5.0)
add_filter( 'the7-popup-share-buttons-title', function( $texts ) {
$texts['download'] = __( 'Download image', 'the7mk2' );
return $texts;
} );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment