Plugin filters / cbc compatibility image meta

Description

When importing videos for your WordPress theme, your theme might ask for the video image/banner URL. Using this filter will automatically fill the custom field passed to the plugin with the video image URL when importing a new video.
This filter is part of the Third party compatibility tutorial.

Parameters

$field_name
(string)(required) The field name where the plugin should store the video image URL.

Default:false

Examples

Fill the video image URL into the given custom field name when importing new videos.

Related