manual filter for country selection
-
Hello,
I try an additional entry ‘DE’ for the display of visits from Germany for filter-selection, but i don’t finished yet.In class-wo-been.php i added:
line33
$show_arr[] = array('id' => 'de', 'text' => esc_attr( __( 'DE', 'visitor-maps' ) ));
change line40
if ( isset($_GET['show']) && in_array($_GET['show'], array('none','all','bots','guests','de')) ) {
And now i need to select only de ??
May you can give me a hint how I can solve this?
Thx & regards,
Henry
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘manual filter for country selection’ is closed to new replies.