DataStore::get_notes_count( string $type = array(), string $status = array() )

Return a count of notes.


Description Description


Parameters Parameters

$type

(Optional) Comma separated list of note types.

Default value: array()

$status

(Optional) Comma separated list of statuses.

Default value: array()


Top ↑

Return Return

(array) An array of objects containing a note id.


Top ↑

Source Source

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


			


Top ↑

User Contributed Notes User Contributed Notes

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