Snippets

picu Define a Custom Slug for Collections

Created by Florian Ziegler

File snippet.txt Added

  • Ignore whitespace
  • Hide word diff
+/**
+ * Define a custom slug for collections
+ */
+
+function my_picu_collection_slug() {
+	return 'my-defined-slug';
+}
+
+add_filter( 'picu_collection_slug', 'my_picu_collection_slug' );
HTTPS SSH

You can clone a snippet to your computer for local editing. Learn more.