CSS Flags plugin library for WordPress loads dynamicaly created CSS with responsive flags..
Note CSS Flags is not standalone plugin library, To display the flags you will have to add code to your theme using your own plugin or theme functions php.
You can choose between europe, oceania, africa, asia, northamerica, southamerica and middleeast. add filter { return europe, oceania, africa, asia, northamerica, southamerica, middleeast } ) css flags exclude Exclude some countries from the list.
This filter must be used combination with the css flags countries or css flags regions filters add filter { return array } ) css flags cachetime Change the time, default it's 7200 add filter { return 172800 2 days } ).
If you must, you can load all CSS flags using the add filter { return array load all country flags } ).
CSS file is from http www phoca cz cssflags.
If you need CSS file, grab it there...
Read more