Skip to content

Instantly share code, notes, and snippets.

@BurlesonBrad
Created December 13, 2015 22:08
Show Gist options
  • Save BurlesonBrad/bb672af3056a6752f00a to your computer and use it in GitHub Desktop.
Save BurlesonBrad/bb672af3056a6752f00a to your computer and use it in GitHub Desktop.
lines 1931 - 1936 in Woo 2.5 beta
public function email_order_items_table( $args = array(), $deprecated1 = null, $deprecated2 = null, $deprecated3 = null, $deprecated4 = null, $deprecated5 = null ) {
ob_start();
if ( ! is_null( $deprecated1 ) || ! is_null( $deprecated2 ) || ! is_null( $deprecated3 ) || ! is_null( $deprecated4 ) || ! is_null( $deprecated5 ) ) {
_deprecated_argument( __FUNCTION__, '2.5.0' );
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment