This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
$settings=array( | |
/* (string) Unique identifier for the form. Defaults to 'acf-form' */ | |
'id'=>'acf-form', | |
/* (int|string) The post ID to load data from and save data to. Defaults to the current post ID. | |
Can also be set to 'new_post' to create a new post on submit */ | |
'post_id'=>false, | |