Skip to content

Instantly share code, notes, and snippets.

@SeanChDavis
Last active September 4, 2015 17:10
Show Gist options
  • Save SeanChDavis/f651527a56baf54fed0d to your computer and use it in GitHub Desktop.
Save SeanChDavis/f651527a56baf54fed0d to your computer and use it in GitHub Desktop.
EDD FES Vendor Store Title
<?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