Merge 2 ACF Text Fields into a 3rd ?
Replies: 0
a.) Is it possible to merge two ACF text fields into a 3rd field.
Field1: [acf field = “Video_Poster_Path”]
Field2: [acf field = “Video_Link”]
Field3: [acf field = “Merged_HTML”]
The 3rd field would look like:
<video poster="[acf field= "Video_Poster_Path"]"
controls="controls" controlsList=”nodownload” width="880"">
<source src="[acf field = "Video_Link"]" type="video/mp4">
</video>
and b.) how ?
IF this has to be done via a function, what would that function look like ?
While this is not my first rodeo, I am not as up to speed with PHP. It’s been a minute since I last looked at php directly. So…help ?
Oh and I’m working with the free version not the pro.
Thanks In Advance.
مشاهده پاسخ های این مطلب
———————————————
این مطلب از سایت انجمن وردپرس گردآوری شده است و کلیه حقوق مطلق به انجمن وردپرس می باشد در صورت مغایرت و یا بروز مشکل اطلاع دهید تا حذف گردد
منبع: انجمن وردپرس