Last active
September 2, 2017 14:56
-
-
Save bkaminski/893bd87851b17ff8ef57c15429b451a8 to your computer and use it in GitHub Desktop.
Remove Your Downloads WPEC
This file contains hidden or 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 | |
$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