Skip to content

Instantly share code, notes, and snippets.

@imamherlambang
Last active August 10, 2016 10:43
Show Gist options
  • Save imamherlambang/c73a48057e8e052c44646674b109c396 to your computer and use it in GitHub Desktop.
Save imamherlambang/c73a48057e8e052c44646674b109c396 to your computer and use it in GitHub Desktop.
$siteorigin_panels_settings = get_option( 'siteorigin_panels_settings', false );
$siteorigin_post_types = $siteorigin_panels_settings['post-types'];
$post_types = 'superpage';
$deprecated = null;
$autoload = 'no';
add_option( $siteorigin_post_types, $post_types, $deprecated, $autoload );
echo "<center>";
var_dump( $siteorigin_post_types );
echo "</center>";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment