Skip to content

get_webcomics_list_args

Michael Sisk edited this page Apr 10, 2018 · 1 revision

Alter the get_webcomics_list arguments.

apply_filters( 'get_webcomics_list_args', array $args, array $comics )

This filter allows hooks to alter the arguments used by get_webcomics_list.

Parameters

array $args

The arguments to filter.

array $comics

The comics included in the list.

Clone this wiki locally