ERROR: Invalid mla gallery date_query = ‘false’
-
I am using mla gallery plguin in a wordpress site. I am trying to get pdf files as follows
[mla_gallery]
date_query = array(array( ‘after’ =>’1 year ago’,’before’ => ‘today’ ))
post_parent=all post_mime_type=application/pdf mla_debug=true
[/mla_gallery]
As you can see I want to fetch all those pdf files that were added in Media last year. Eventually I will change it to get value of dates like before 2020-05-18 and after 2020-05-01 (18th May 2020) format but I am getting errorERROR: Invalid mla_gallery date_query = ‘false’
I have set Php reporting 0x7FFF and MLA Reporting to 128 but only get the above error and nothing else. How do I fix this error?
The topic ‘ERROR: Invalid mla gallery date_query = ‘false’’ is closed to new replies.