Skip to content

Instantly share code, notes, and snippets.

@TanvirAmi
Last active August 29, 2015 14:15
Show Gist options
  • Save TanvirAmi/ea842ec3d262fce362fd to your computer and use it in GitHub Desktop.
Save TanvirAmi/ea842ec3d262fce362fd to your computer and use it in GitHub Desktop.
Will force to show the page title in woocommerce
<?php
function return_page_title() {
return true;
}
add_filter('woocommerce_show_page_title', 'return_page_title');
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment