b0y-101 Mini Shell


Current Path : E:/wordpress/wp-content/themes/lightning/_g3/plugin-support/polylang/
File Upload :
Current File : E:/wordpress/wp-content/themes/lightning/_g3/plugin-support/polylang/functions-polylang.php

<?php
function lightning_exclude_term_list_polylang( $exclusion ){
    $exclusion[] = 'language';
    $exclusion[] = 'post_translations';
    return $exclusion;
}
add_filter( 'vk_get_display_taxonomies_exclusion', 'lightning_exclude_term_list_polylang' );
add_filter( 'vk_breadcrumb_taxonomies_exludion', 'lightning_exclude_term_list_polylang' );

Copyright © 2019 by b0y-101