acf/slugify
acf/slugify
Appears in: advanced-custom-fields.6.3.6.3
Hook Type: filter
Displaying hooks found in version: advanced-custom-fields.6.3.6.3apply_filters('acf/slugify') is found 1 times:
- /includes/acf-helper-functions.php line 385381382383384385386387388389390391
* @param string
$slug
The newly created slug.
* @param string
$raw
The original string.
* @param string
$glue
The separator used to join the string into a slug.
*/
return
apply_filters(
'acf/slugify'
,
$slug
,
$raw
,
$glue
);
}
/**
* Returns a string with correct full stop punctuation.
*
* @
date
12/7/19