WP_Model icon indicating copy to clipboard operation
WP_Model copied to clipboard

Declare $_params property

Open simnom opened this issue 7 years ago • 1 comments

Declare $_params property to allow correct addition of new WP_Query arguments.

Without the declaration any additional params passed to the params method are not preserved in future method calls.

simnom avatar Aug 01 '18 15:08 simnom

It would be great to merge this, I hate having to require forks in my composer.json

VesterDe avatar Sep 10 '18 22:09 VesterDe