Skip to content

Instantly share code, notes, and snippets.

View ashiqur-rony's full-sized avatar

Ashiqur Rahman ashiqur-rony

View GitHub Profile
<?php
/**
* Filter the URL to check if there is query string
* and attach the query string to WPML URL as well.
*/
add_filter( 'icl_ls_languages', 'my_ls_filter' );
function my_ls_filter($languages) {
global $icl_adjust_id_url_filter_off;
if( $_SERVER[ 'QUERY_STRING' ] ){