acf/slugify
acf/slugify
Appears in: advanced-custom-fields.6.2.2
Hook Type: filter
Displaying hooks found in version: advanced-custom-fields.6.2.2apply_filters('acf/slugify') is found 1 times:
- /includes/acf-helper-functions.php line 393
* @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