Note::add_nonce_to_action( string $note_action_name, string $nonce_action, string $nonce_name )
Add a nonce to an existing note action.
Description Description
Parameters Parameters
- $note_action_name
-
(Required) Name of action to add a nonce to.
- $nonce_action
-
(Required) The nonce action.
- $nonce_name
-
(Required) The nonce Name. This is used as the paramater name in the resulting URL for the action.
Return Return
(void)
Source Source
File: packages/woocommerce-admin/src/Notes/Note.php