Using filters of Simple Counters

Since version 1.1.17 of WordPress plugin Simple Counters were added two filters for possibility of your own localization of badge phrases. Why filters? Why not parameters? Because different languages have different number of plural forms and rules of using these forms. It means that we don’t know how many plural forms we need to save as parameters. Filters are better in this case because programmer can independently define number of plurals and rules of their using.
[Read more...]

Popularity: 5%