Skip to menu

webcomic_integrate_landing_page

Integrate a comic landing page.

do_action( 'webcomic_integrate_landing_page', array $args )

This action provides a way for hooks to add a comic with media, navigation, post content, comments, and meta data on landing pages. It will display comic media, navigation, post content, comments, and meta data when using integration. The template the action appears on may change the default $args:

Parameters

array $args

Optional arguments.

Uses

Back to top