We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1df992 commit 1c58783Copy full SHA for 1c58783
1 file changed
README.md
@@ -58,6 +58,8 @@ $( document ).ready( function( )
58
debug: false,
59
heading: 'My Custom Delete Heading',
60
message: 'Are you sure you want to delete this item?',
61
+ btn_ok_label: 'Yes',
62
+ btn_cancel_label: 'Cancel',
63
data_type: 'post',
64
callback: function ( event )
65
{
@@ -87,6 +89,12 @@ This is for setting a custom modal heading.
87
89
### message
88
90
Setting a custom delete message/question.
91
92
+### btn_ok_label
93
+Set the confirm label text
94
+
95
+### btn_cancel_label:
96
+Set the cancel label text
97
98
### data_type
99
Used if heading & message are not provided
100
0 commit comments