Last active
September 4, 2015 17:10
-
-
Save SeanChDavis/f651527a56baf54fed0d to your computer and use it in GitHub Desktop.
EDD FES Vendor Store Title
This file contains 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
<?php // DO NOT COPY THIS LINE | |
function sd_fes_vendor_title( $vendor_title ) { | |
$append = ' Gallery'; | |
return $vendor_title . $append; | |
} | |
add_filter( 'fes_change_the_title', 'sd_fes_vendor_title' ); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment