Skip to content

Instantly share code, notes, and snippets.

@bkaminski
Last active September 2, 2017 14:56
Show Gist options
  • Save bkaminski/893bd87851b17ff8ef57c15429b451a8 to your computer and use it in GitHub Desktop.
Save bkaminski/893bd87851b17ff8ef57c15429b451a8 to your computer and use it in GitHub Desktop.
Remove Your Downloads WPEC
<?php
$profile_tabs = apply_filters( 'wpsc_user_profile_tabs', array(
'purchase_history' => __( 'Purchase History', 'wpsc' ),
'edit_profile' => __( 'Your Details', 'wpsc' ),
//'downloads' => __( 'Your Downloads', 'wpsc' ),
));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment