Skip to content

Instantly share code, notes, and snippets.

@bepatrickdavid
Created March 7, 2017 10:26
Show Gist options
  • Save bepatrickdavid/dff555964291df187564de3fa31bf32f to your computer and use it in GitHub Desktop.
Save bepatrickdavid/dff555964291df187564de3fa31bf32f to your computer and use it in GitHub Desktop.
WPML: Widget translation
function widget( $args, $instance ) {
extract($args);
$title = apply_filters( 'widget_title', empty($instance['title']) ? '' : $instance['title'], $instance );
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment