/**
* Define a custom slug for collections
*/
function my_picu_collection_slug() {
return 'my-defined-slug';
}
add_filter( 'picu_collection_slug', 'my_picu_collection_slug' );
Code language: PHP (php)
/**
* Define a custom slug for collections
*/
function my_picu_collection_slug() {
return 'my-defined-slug';
}
add_filter( 'picu_collection_slug', 'my_picu_collection_slug' );
Code language: PHP (php)
If you couldn’t find what you were looking for and need more assistance, please get in touch with us directly and we’re happy to help.