-
Notifications
You must be signed in to change notification settings - Fork 0
Home
KJ Roelke edited this page Jun 30, 2023
·
3 revisions
Welcome to the k1-theme-v2 wiki!
All args are escaped in the template-part.
$args = array(
'id' => 'string', // for css id; not in ACF
'class' => 'the-plan', // for css class; not in ACF
'headline' => 'string',
'subheadline' => 'string',
'cta' => array(
'text' => 'string',
'link' => 'url',
),
'row_2' => 'string', // ACF WYSIWYG area
);