Recent

ata_get_snippets_argsfilter

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

Type Name Description
array $parse_args Arguments passed to the get_posts function.

Usage

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