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.


Top ↑

Return Return

(void)


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.