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

webcomic_roles_required_comments

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

Alter the role restricted comments template path.

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

This filter allows hooks to alter the template used when a user does not have the required role or roles to view the comic.

Parameters

string $restricted

The restricted comment template.

string $template

The original comment template.

Clone this wiki locally