Plugin filters / cbc compatibility dislikes meta

Description

When importing videos for compatible WordPress theme, use this filter to specify the custom field name where the plugin should store the number of dislikes for all future imported videos. Use this only if your WordPress theme displays statistics like the number of likes, views, etc.
This filter is part of the Third party compatibility tutorial.

Parameters

$field_name
(string)(required) The custom field name where the plugin should store the number of dislikes.

Default:false

Examples

Related