WPML
apply_filters( 'wpml_is_rtl', mixed $empty_value )
ประเภท
filter
เวอร์ชันของ WPML
3.2

คำอธิบาย

คืนค่า TRUE หากภาษาปัจจุบันเป็น RTL

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

$empty_value
(mixed) (จำเป็น) โดยปกติแล้วนี่คือค่าที่ฟิลเตอร์จะแก้ไข เราไม่ได้กรองสิ่งใดในที่นี้ ดังนั้นให้ตั้งค่านี้เป็น NULL ทั้งนี้เพื่อให้ฟังก์ชันฟิลเตอร์ได้รับรายการอาร์กิวเมนต์แบบเต็ม

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

ตัวอย่าง
if ( apply_filters( 'wpml_is_rtl', NULL) ) {
    //Link to RTL CSS stylesheet
} else {
    //Link to LTR CSS stylesheet
}

// Alternatively

//Include link to LTR CSS stylesheet here

if ( apply_filters( 'wpml_is_rtl', false ) ) {
    //Link to RTL CSS stylesheet
}

wpml_decode_custom_field, wpml_footer_language_selector, wpml_add_language_form_field, wpml_ls_exclude_in_menu, wpml_alternate_hreflang, wpml_head_langs, wpml_must_translate_canonical_url, wpml_browser_redirect_language_params, wpml_active_languages, wpml_encode_custom_field

ฮุก ข้อมูลภาษาทั่วทั้งไซต์ ทั้งหมด 29 รายการ →