Skip to menu

webcomic_integrate_infinite

Integrate infinite comic scrolling.

do_action( 'webcomic_integrate_infinite', array $args )

This action provides a way for hooks to add an infinitely-scrolling comic container. It will display the Webcomic Infinite widget area for each comic in the container when using integration. The template the action appears on may change the default $args:

Parameters

array $args

Optional arguments.

Uses

Back to top