WPML
force_suppress_filters = true
ประเภท
action
เวอร์ชันของ WPML
4.7.2

คำอธิบาย

โดยค่าเริ่มต้น ปลั๊กอิน WPML Media Translation จะกรองคิวรีไฟล์แนบตามภาษา ซึ่งทำได้โดยการตั้งค่า suppress_filters=false สำหรับฟังก์ชัน get_posts ที่มีมาให้ในตัว แอ็กชัน force_suppress_filters จะแทนที่การตั้งค่านี้เพื่อให้คุณสามารถดึงข้อมูลไฟล์แนบทั้งหมดในทุกภาษาได้พร้อมกัน

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

ตัวอย่าง
$posts = get_posts( array(
    'post_type'   => 'attachment',
    'numberposts' => -1,
    'force_suppress_filters' => true, // Argument to allow get_posts ignore WPML action that makes suppres_filter=false and query all attachments
));

wpml_media_url, wpml_media_id, wpml_get_translated_slug, wpml_home_url, wpml_translate_single_string, wpml_translate_string, wpml_elements_without_translations, wpml_permalink, wpml_unfiltered_admin_string, wpml_element_link

ฮุก การดึงเนื้อหาที่ปรับให้เข้ากับท้องถิ่น ทั้งหมด 12 รายการ →