SlugFREE

Docs Fields Slug

#Field Render

Display a text field that automatically slugify its content.

Field Group
Prepend
Append

#Field Settings

Setting nameDescription
Default ValueAppears when creating a new post
Placeholder TextAppears within the input
PrependAppears before the input
AppendAppears after the input
Character LimitLeave blank for no limit

#Field Value

#Formatted Value

$slug = get_field('slug');

// my-slug

#Unformatted Value

$slug = get_field('slug', false, false);

// my-slug