Skip to content

Instantly share code, notes, and snippets.

@wichaksono
Created January 27, 2018 05:06
Show Gist options
  • Save wichaksono/4a8031340f8b34e05682898da3a1b124 to your computer and use it in GitHub Desktop.
Save wichaksono/4a8031340f8b34e05682898da3a1b124 to your computer and use it in GitHub Desktop.
// ...
$instance = array();
$instance['title'] = ( ! empty( $new_instance['title'] ) ) ? strip_tags( $new_instance['title'] ) : '';
return $instance;
// ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment