ideasonpurpose / wp-related-posts

Library for gathering related posts based on various weightings
0 stars 0 forks source link

RelatedPosts::get should accept an array of args #2

Closed joemaller closed 1 month ago

joemaller commented 1 month ago

Currently, get() expects an integer or null as its first argument. If the first argument is an array, that should be treated as args. The integer first arg is legacy and should just go away.