acf/taxonomy/registration_args

acf/taxonomy/registration_args

Hook Type: filter

See hook in core

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

apply_filters('acf/taxonomy/registration_args') is found 1 times:

  • /includes/post-types/class-acf-taxonomy.php line 504
    500
    501
    502
    503
    504
    505
    506
    507
    508
    509
    510
        if ( $sort ) {
            $args['sort'] = true;
        }
     
        return apply_filters( 'acf/taxonomy/registration_args', $args, $post );
    }
     
    /**
     * Returns a string that can be used to create a taxonomy in PHP.
     *
     * @since 6.1