acf/slugify

acf/slugify

Hook Type: filter

See hook in core

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

apply_filters('acf/slugify') is found 1 times:

  • /includes/acf-helper-functions.php line 385
    381
    382
    383
    384
    385
    386
    387
    388
    389
    390
    391
         * @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