Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

View rajamohammed's full-sized avatar

Raja Mohammed rajamohammed

View GitHub Profile
@rajamohammed
rajamohammed / wplms-language-filter.php
Last active May 24, 2018 23:06
WPLMS theme Add language in advanced search file
<?php
/**
* Add language filter
*/
// Add languages to theme options
add_filter('vibe_option_custom_sections','wpisle_add_language_option');
function wpisle_add_language_option($sections) {