• Hi Ben,

    Thank you so much for your plugin.

    I have it working like a charm but I want to change the name of youtube videos.

    I were reading documentation and I dindn´t find anything about how do it.

    You have one function called generate_file_titles where Title and Description are generate.

    I don´t know how to get title and description from gform entry. I save them like meta. If I go to the DB, I see them like title and description.

    Can you help me, please?

    https://wordpress.org/plugins/gravity-forms-advanced-file-uploader/

Viewing 1 replies (of 1 total)
  • Plugin Author ben.moody

    (@benmoody)

    Hi

    At the moment the file attachment’s title is used for the youtube upload

    This filter is applied to the title for each file attachment using:

    apply_filters( ‘prso_gform_pluploader_attachment_post_title’, $post_title, $entry )

    You can grab the current default post title from $post_title and the Gravity forms entry object from $entry. With this data you should be able to customize the title for each file upload.

    Ben

Viewing 1 replies (of 1 total)

The topic ‘Youtube video name’ is closed to new replies.