Automattic\WooCommerce\Internal\Admin\Notes
WooSubscriptionsNotes::get_bump_thresholds()
Метод класса: WooSubscriptionsNotes{}
Хуков нет.
Возвращает
null
. Ничего (null).
Использование
$WooSubscriptionsNotes = new WooSubscriptionsNotes(); $WooSubscriptionsNotes->add_action( foo, array( $this, fooo ), 10, 2 );
- foo (обязательный)
- -
- array( $this (обязательный)
- -
- fooo ) (обязательный)
- -
- 10 (обязательный)
- -
- 2 (обязательный)
- -
Код WooSubscriptionsNotes::get_bump_thresholds() WooSubscriptionsNotes::get bump thresholds WC 9.6.2
add_action( 'update_option_woocommerce_helper_data', array( $this, 'update_option_woocommerce_helper_data' ), 10, 2 ); }