We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 40ee02a + 38fa263 commit 2352a27Copy full SHA for 2352a27
1 file changed
data/wordpress-plugin-development.json
@@ -49,6 +49,22 @@
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
+ "definition": "একাধিক প্লাগইন সক্রিয় করতে",
67
+ "code": "activate_plugins()"
68
}
69
]
70
},
0 commit comments