Recent

ata_snippets_category_argsfilter

ata_snippets_category_args

Filter the arguments passed to register the Snippet categories.

Type: filter
Since: 1.7.0
Source: includes/snippets/class-snippets.php line 291

Parameters

Type Name Description
array $args Register Taxonomy arguments array.

Usage

add_filter( 'ata_snippets_category_args', function($args) {
    // ...
    return $args;
} );