Developer Resources

A comprehensive list of filters and actions included in our plugin

Hooks / nelio_content_meta_tag

apply_filters( ‘nelio_content_meta_tag’, any $value, string $key )

Filters the given meta tag. If false, the tag won’t be printed.

Parameters

$value any

(Required) value of the meta tag.

$key string

(Required) the tag we’re filtering.

Source

File: public/class-nelio-content-meta-tags.php

Changelog

Changelog
VersionDescription
2.1.2Introduced.