Skip to content

Instantly share code, notes, and snippets.

@octaedro
Last active March 17, 2023 18:24
Show Gist options
  • Save octaedro/00d104aac22c32f1ffa5b9f6dbb49d18 to your computer and use it in GitHub Desktop.
Save octaedro/00d104aac22c32f1ffa5b9f6dbb49d18 to your computer and use it in GitHub Desktop.
<?php
/**
* Plugin Name: Show Allow backorder radio buttons
* Version: 0.1
*
*/
function show_allow_backorder_radio( $options ) {
return false;
}
add_action( 'woocommerce_product_allow_backorder_use_radio', 'show_allow_backorder_radio' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment