Deprecated: Function get_currentuserinfo is deprecated since version 4.5.0! Use wp_get_current_user() instead. in /var/www/html/wp-includes/functions.php on line 5383

Reply To: Issues with WooCommerce and "More Information" tab

New Front EN Support Forums Shogun Theme Support Issues with WooCommerce and "More Information" tab Reply To: Issues with WooCommerce and "More Information" tab

#7075

I think it is connected with the coding in the theme. I am using Woocommerce in the same manner on another author website and I am NOT getting this error. If you will see the guide that you referred me to, you will see at the bottom it references problems with the exact error code I am getting under the heading “The Additional Information Tab.”

In functions.php of the Shogun theme, you have included this snippet, which IS the additional information tab:

//// Rename product tab
function shogun_sd_wc_rename_tabs( $tabs ) {
$tabs[‘additional_information’][‘title’] = __( ‘More Information’, ‘satori’ );
return $tabs;
}

When I delete this snippet of code, then hit save, I get a 418 error.