We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 82a9557 + 0a1e545 commit 1572c03Copy full SHA for 1572c03
1 file changed
data/wordpress-theme-development.json
@@ -70,6 +70,18 @@
70
"definition": "style.css ফাইল এর অবস্থান",
71
"code": "get_stylesheet_directory_uri();"
72
},
73
+ {
74
+ "definition": "পোস্ট আইডির উপর ভিত্তি করে পোস্টের অবস্থা পুনরুদ্ধার করার জন্য",
75
+ "code": "get_post_status();"
76
+ },
77
78
+ "definition": "একটি পোস্টের জন্য বিন্যাস স্লাগ পুনরুদ্ধার করার জন্য",
79
+ "code": "get_post_format();"
80
81
82
83
+ "code": "get_edit_post_link();"
84
85
{
86
"definition": "সাইটের Pingback URL",
87
"code": "bloginfo('pingback_url');"
0 commit comments