WPML
add_filter( 'wpml_ls_directories_to_scan', 'the_callback_function' );
النوع
filter
الفئة
متفرقات
إصدار WPML
3.6.0

الوصف

الوسطاء

توجد مَعلمة واحدة فقط يتم تمريرها إلى هذا المرشِّح: dirs.
$dirs
(مصفوفة) المصفوفة التي تتضمن الأدلة.

مثال على الاستخدام

مثال
function wpmlhook_ls_dirs_to_scan( $dirs ) {

    $dirs[] = __DIR__ . '/templates/';

    return $dirs;
}
add_filter( 'wpml_ls_directories_to_scan', 'wpmlhook_ls_dirs_to_scan' );

icl_ls_languages, wpml_sync_custom_field_copied_value, wpml_ls_enable_ajax_navigation, wpml_element_type, 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

جميع خطاطيف متفرقات البالغ عددها 30 →