Skip to content

Instantly share code, notes, and snippets.

@bappi-d-great
Created July 30, 2018 21:03
Show Gist options
  • Save bappi-d-great/a919c76c42e3cffbf9a588acfa1968b1 to your computer and use it in GitHub Desktop.
Save bappi-d-great/a919c76c42e3cffbf9a588acfa1968b1 to your computer and use it in GitHub Desktop.
Method: update_setting_element()
<?php
$form_id = 7;
$setting = 'form-padding-top';
$value = '30px';
$fields = Forminator_API::update_form_setting( $form_id, $setting, $value );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment