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

get_webcomic_transcript_form_fields

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

Alter the get_webcomic_transcript_form() fields.

apply_filters( 'get_webcomic_transcript_form_fields', array $fields, array $args, array $commenter )

This filter allows hooks to alter the fields passed to get_webcomic_transcript_form().

Parameters

array $fields

The fields to filter.

array $args

The get_webcomic_transcript_form() arguments.

array $commenter

The current commenter.

Clone this wiki locally