Automattic\WooCommerce\Internal\Admin\Notes
WooSubscriptionsNotes::get_bump_thresholds()
Method of the class: WooSubscriptionsNotes{}
No Hooks.
Return
null
. Nothing (null).
Usage
$WooSubscriptionsNotes = new WooSubscriptionsNotes(); $WooSubscriptionsNotes->add_action( foo, array( $this, fooo ), 10, 2 );
- foo (required)
- -
- array( $this (required)
- -
- fooo ) (required)
- -
- 10 (required)
- -
- 2 (required)
- -
WooSubscriptionsNotes::get_bump_thresholds() WooSubscriptionsNotes::get bump thresholds code WC 9.8.2
add_action( 'update_option_woocommerce_helper_data', array( $this, 'update_option_woocommerce_helper_data' ), 10, 2 ); }