Page 18 of 30
ACF - PHP
Create a custom field of type PHP using Advanced Custom Fields
In import file write the PHP code to be executed. Make sure the double quotes are escaped when writing the code.
Check the below sample import content with simple PHP script to print a sample text.
alias;catid;php
sample-article;2;"echo 'print my name';"