Tagged Questions
1
vote
2answers
86 views
How to deal with equal & similar arguments for a function?
I'm currently extending my pagination plugin, after a hint by @toscho. So the plugin will now use the same filters, hooks and arguments as the native wordpress pagination functions.
My problem is ...