WPML
apply_filters( 'wpml_element_type', string $element_type )
ประเภท
filter
หมวดหมู่
เบ็ดเตล็ด
เวอร์ชันของ WPML
3.2

คำอธิบาย

กรองประเภทองค์ประกอบของ WordPress (ประเภทโพสต์, คำศัพท์อนุกรมวิธาน, ความคิดเห็น) โดยการเพิ่มคำนำหน้าของ WPML คือ ‘post_’, ‘tax_’ (สำหรับแท็กเริ่มต้นให้ใช้ ‘post_tag’) หรือไม่เพิ่มคำนำหน้าสำหรับ ‘comment’ ตามที่ใช้ในตารางฐานข้อมูล icl_translations

อาร์กิวเมนต์

$element_type
(string) (จำเป็น) รองรับค่า comment, post, page, attachment, nav_menu_item, {custom post key}, nav_menu, category, post_tag, {custom taxonomy key}

ตัวอย่างการใช้งาน

ตัวอย่าง
//$wpml_element_type will return 'post_attachment'
$wpml_element_type = apply_filters( 'wpml_element_type', 'attachment' );

icl_ls_languages, wpml_sync_custom_field_copied_value, wpml_ls_enable_ajax_navigation, wpml_setting, wpml_sub_setting, wpml_exclude_post_from_auto_translate, wpml_forms_config_ninja-forms, wpml_forms_config_wpforms, wpml_tf_feedback_open_link, wpml_translatable_user_meta_fields

ฮุก เบ็ดเตล็ด ทั้งหมด 30 รายการ →