Skip to content

Commit 3510caa

Browse files
Add Filter Hook
1 parent cad0687 commit 3510caa

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

data/wordpress-theme-development.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -353,6 +353,10 @@
353353
{
354354
"definition": "ওয়ার্ডপ্রেস সম্পুর্ণ লোড হওয়ার পরে কিছু করতে চাইলে।",
355355
"code": "add_action('wp_loaded', 'callback_function')"
356+
},
357+
{
358+
"definition": "ওয়ার্ডপ্রেসে ফিল্টার হুক অফার করে যাতে প্লাগইনগুলি রানটাইমে বিভিন্ন ধরনের অভ্যন্তরীণ ডেটা পরিবর্তন করতে পারে।",
359+
"code": "add_filter( 'theme_page_templates', 'makewp_exclude_page_templates' )"
356360
}
357361
]
358362
}

0 commit comments

Comments
 (0)