Whitelabeling Envira is very easy. Simply drop this code into your theme’s functions.php file to change all instances of “Envira Gallery” to simply say “Gallery” and remove the Envira banner. add_filter( 'gettext', 'tgm_envira_whitelabel', 10, 3 ); function tgm_envira_whitelabel( $translated_text, $source_text, $domain ) { // If not in the admin, return the default string. if ( […]
The post Whitelabel Envira appeared first on Envira Gallery.