Created
February 21, 2019 09:14
-
-
Save bigdigital/9a15c9f4566e9bccd8ca10292379ee97 to your computer and use it in GitHub Desktop.
The7 add download button in lightbox (since The7 v7.5.0)
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( '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