Skip to menu

webcomic_integrate_landing_page_args

Alter the landing page arguments.

apply_filters( 'webcomic_integrate_landing_page_args', array $args )

This filter allows hooks to alter the landing page arguments before they’re passed to get_webcomics() to fetch comics and fire actions for the landing page. The fields argument is always set to ids and the posts_per_page argument is always set to 1.

Parameters

array $args

Optional arguments.

Back to top