/**
* Define a custom slug for collections
*/
function my_picu_collection_slug() {
return 'my-defined-slug';
}
add_filter( 'picu_collection_slug', 'my_picu_collection_slug' );
/**
* Define a custom slug for collections
*/
function my_picu_collection_slug() {
return 'my-defined-slug';
}
add_filter( 'picu_collection_slug', 'my_picu_collection_slug' );