WC_Notes_Refund_Returns::init()public staticWC 1.0

Attach hooks.

Method of the class: WC_Notes_Refund_Returns{}

No Hooks.

Return

null. Nothing (null).

Usage

$result = WC_Notes_Refund_Returns::init();

WC_Notes_Refund_Returns::init() code WC 8.7.0

public static function init() {
	add_filter( 'woocommerce_get_note_from_db', array( __CLASS__, 'get_note_from_db' ), 10, 1 );
}