Developer Resources

A comprehensive list of filters and actions included in our plugin

Hooks / nelio_content_supported_post_metas

apply_filters( ‘nelio_content_supported_post_metas’, array $metas, string $type, string $ID )

List of supported custom fields of a post.

Parameters

$metas array

(Required) List of post meta objects that can be used as placeholders in the content of social messages. Each item in the array contains key and name.

$type string

(Required) post type.

$ID string

(Required) post ID.