RO CSVI

Article Index

Advanced Custom Fields for RO CSVI Import - ACF - PHP

ACF - PHP

Create a custom field of type PHP using Advanced Custom Fields

PHP  custom field

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';"

Related Articles