WC_Notes_Refund_Returns::init
Attach hooks.
Method of the class: WC_Notes_Refund_Returns{}
No Hooks.
Returns
null. Nothing (null).
Usage
$result = WC_Notes_Refund_Returns::init();
WC_Notes_Refund_Returns::init() WC Notes Refund Returns::init code WC 10.6.2
public static function init() {
add_action( 'woocommerce_newly_installed', array( __CLASS__, 'on_newly_installed' ) );
add_filter( 'woocommerce_get_note_from_db', array( __CLASS__, 'get_note_from_db' ), 10, 1 );
}