Skip to content
This repository has been archived by the owner on Jan 2, 2025. It is now read-only.

webcomic_age_required_comments

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

Alter the age restricted comments template path.

apply_filters( 'webcomic_age_required_comments', string $restricted, string $template )

This filter allows hooks to alter the template used when a user has not confirmed their age for an age-restricted comic.

Parameters

string $restricted

The restricted comment template.

string $template

The original comment template.

Clone this wiki locally