Skip to content

Instantly share code, notes, and snippets.

@dryan1144
Created November 26, 2020 08:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dryan1144/82aab71156e3ef714678928f55e352ac to your computer and use it in GitHub Desktop.
Save dryan1144/82aab71156e3ef714678928f55e352ac to your computer and use it in GitHub Desktop.
<?php
function drw_edd_global_labels($labels) {
$labels = array(
'singular' => __('Product','edd'),
'plural' => __('Products','edd')
);
return $labels;
}
add_filter('edd_default_downloads_name', 'drw_edd_global_labels');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment