Note::get_date_reminder( string $context = 'view' )

Get date on which user should be reminded of the note (if any).


Description Description


Parameters Parameters

$context

(Optional) What the value is for. Valid values are 'view' and 'edit'.

Default value: 'view'


Top ↑

Return Return

(AutomatticWooCommerceAdminNotesWC_DateTime|NULL) object if the date is set or null if there is no date.


Top ↑

Source Source

File: packages/woocommerce-admin/src/Notes/Note.php


			


Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.