Admin Settings in all CPTs are already set. Continue to frontend.
This commit is contained in:
@@ -45,6 +45,8 @@ class Render {
|
||||
self::$form_ids[] = $post_id;
|
||||
}
|
||||
|
||||
$isDonation = formipay_is_donation($post_id);
|
||||
|
||||
$form_settings = get_post_meta($post_id, 'formipay_settings', true);
|
||||
$point_symbol = formipay_get_post_meta($post_id, 'multistep_point_symbol');
|
||||
$point_icons = formipay_get_post_meta($post_id, 'multistep_point_icons');
|
||||
|
||||
Reference in New Issue
Block a user