Skip to menu

get_webcomics_list_args

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.

Back to top