woocommerce_note_statuses

woocommerce_note_statuses

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter

See hook in core

Displaying hooks found in version: woocommerce.8.7.0

apply_filters('woocommerce_note_statuses') is found 1 times:

  • /src/Admin/Notes/Note.php line 153
    			self::E_WC_ADMIN_NOTE_SNOOZED,
    			self::E_WC_ADMIN_NOTE_SENT,
    		);
    
    		return apply_filters( 'woocommerce_note_statuses', $allowed_statuses );
    	}
    
    
    	/*
    	|--------------------------------------------------------------------------
    	| Getters