We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d97158 commit 7922610Copy full SHA for 7922610
1 file changed
data/wordpress-plugin-development.json
@@ -49,6 +49,23 @@
49
{
50
"definition": "এক্সিস্টিং কনস্ট্যান্টস চেক করতে",
51
"code": "defined()"
52
+ },
53
+ {
54
+ "definition": "একটি স্ট্রিং এ একটি CSS ক্লাস যোগ করতে",
55
+ "code": "add_cssclass)"
56
57
58
+ "definition": "একটি মানকে অ-ঋণাত্মক পূর্ণসংখ্যাতে রূপান্তর করতে",
59
+ "code": "absint()"
60
61
62
+ "definition": "একটি স্যান্ডবক্স এ প্লাগইন সক্রিয় করার চেষ্টা করে এবং সাফল্যের উপর পুনঃনির্দেশ করতে",
63
+ "code": "activate_plugin()"
64
+ }
65
+ ,
66
67
+ "definition": "একাধিক প্লাগইন সক্রিয় করতে",
68
+ "code": "activate_plugins()"
69
}
70
]
71
},
0 commit comments