Namespace PlusBusinessSoftwareWooCommerceBestand: BackOrders.php /** * Tab title for Backorders on the My Account page * * @filter plus_backorders_my_account_title * @param string The title for the Backorders tab * @return string The title for the Backorders tab */ $my_account_items[‘king-backorders’] = apply_filters(‘plus_backorders_my_account_title’, __(‘Backorders’, ‘plus-king-woocommerce’) ); /** * Allow manipulation of backorders array ( in case we get […]