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

webcomic_twitter_card_data

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

Alter card meta data.

apply_filters( 'webcomic_twitter_card_data', array $rules, string $collection )

This filter allows hooks to provide name => content pairs for generating Twitter Card meta data tags.

Parameters

array $rules

The list of name => content meta data pairs.

string $collection

The current collection.

Clone this wiki locally