Oui oui ne t’inquiète pas, j’ai été beaucoup plus radical que ça vu que je n’ai besoin du plugin que temporairement et j’ai enlevé tous les cas de retour de la fonction que je considérais inutile pour mon utilisation 🙂
Je confirme, ça casse un peu tout du coup.
Thread Starter
crocro
(@crocro)
Amazing! Thank you so much!
Thread Starter
crocro
(@crocro)
I tested it on my WP which is the latest version available (3.9.1).
However, it’s just calling a filter on the array of parameters used when building the API query. As far as I know, filters already existed in WP 3.2 and even much sooner.
Actually, a similar filter is called on the API URL few lines before, so I suppose the suggested change won’t break anything (“$url = apply_filters(‘al2fb_url’, $url);”).
Thanks for the quick answer!