public class Util
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CATEGORY_TAXONOMY
The taxonomy for categories.
|
static java.lang.String |
FEATURED_IMAGE_KEY
The key for featured images added as post metadata.
|
static java.lang.String |
TAG_TAXONOMY
The taxonomy for tags.
|
| Constructor and Description |
|---|
Util() |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
slugify(java.lang.String str)
Creates a slug from a string.
|
public static final java.lang.String CATEGORY_TAXONOMY
public static final java.lang.String TAG_TAXONOMY
public static final java.lang.String FEATURED_IMAGE_KEY
Note: id maps to a post of type "attachment."