Recent

ata_get_snippets_args filter

ata_get_snippets_args

Override arguments passed to the get_posts function.

Type: filter
Since: 2.0.0
Source: includes/snippets/class-functions.php line 83

Parameters

TypeNameDescription
array$parse_argsArguments passed to the get_posts function.

Usage

add_filter( 'ata_get_snippets_args', function($parse_args) {
    // ...
    return $parse_args;
} );