Change the slug from ‘downloads’ to ‘donations’ in Easy Digital Downloads.
<?php
/*
* Modify downloads slug
*
* Change downloads slug to 'donations'
*
*/
if ( ! defined( 'EDD_SLUG' ) ) {
define( 'EDD_SLUG', 'donations' );
}
Change the slug from ‘downloads’ to ‘donations’ in Easy Digital Downloads.
<?php
/*
* Modify downloads slug
*
* Change downloads slug to 'donations'
*
*/
if ( ! defined( 'EDD_SLUG' ) ) {
define( 'EDD_SLUG', 'donations' );
}