• Resolved ericbourges

    (@ericbourges)


    Hello,
    I would like to know how I should use the filter to act on videos that are in ACF fields.
    Thank you in advance for your help
    Eric

Viewing 1 replies (of 1 total)
  • Plugin Author ikanaweb

    (@ikanaweb)

    Hello,

    You can use ikevt_video_to_thumbnail to trigger video replacement on ACF fields on display.

    Exemple :

    $videoUri = get_field('your_custom_field_containing_video_uri');
    echo apply_filters(‘ikevt_video_to_thumbnail’, $videoUri);

    Best regards.

Viewing 1 replies (of 1 total)
  • The topic ‘DailyMotion Videos in ACF Fields’ is closed to new replies.