50 item limit in shortcode
-
Using v.7.1.5 with WP 5.3.2 and Genesis 3.3.0. I am getting php errors after exceeding 50 item keys in a single shortcode. I see mention in the code comments:
// Multiple item keys
// EVENTUAL TODO: Limited to 50 item keys at a time … can I get around this?
// TODO: Test this with a bib that has 50+ itemsI assume the errors are known, but here they are:
Warning: count(): Parameter must be an array or an object that implements Countable in /home/jazzdisc/public_html/aaa_jazzmf/wp/wp-content/plugins/zotpress/lib/shortcode/shortcode.functions.php on line 636Warning: array_push() expects parameter 1 to be array, null given in /home/jazzdisc/public_html/aaa_jazzmf/wp/wp-content/plugins/zotpress/lib/shortcode/shortcode.functions.php on line 637
Simply getting the number under 50 fixes things, but my question is – what chance is there to see this limit removed?
Thanks!
The topic ‘50 item limit in shortcode’ is closed to new replies.