acf/slugify

acf/slugify

Hook Type: filter

See hook in core

Displaying hooks found in version: advanced-custom-fields.5.12.3

apply_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