Skip to content

Instantly share code, notes, and snippets.

@nickkuijpers
Last active August 29, 2015 14:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nickkuijpers/6851e047050f5087ca38 to your computer and use it in GitHub Desktop.
Save nickkuijpers/6851e047050f5087ca38 to your computer and use it in GitHub Desktop.
Unyson Get Value
// settings page
$footerid = fw_get_db_settings_option('element');
// get page option
$post_id = get_the_ID();
$o = fw_get_db_post_option($post_id, 'opdrachtgever', $default_value = null);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment