WC_Notes_Refund_Returns::init()
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() WC Notes Refund Returns::init code WC 9.7.1
public static function init() { add_filter( 'woocommerce_get_note_from_db', array( __CLASS__, 'get_note_from_db' ), 10, 1 ); }