We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16a77ac commit 9ef2424Copy full SHA for 9ef2424
concat-utils.php
@@ -1,5 +1,6 @@
1
<?php
2
class WPCOM_Concat_Utils {
3
+ // Maximum group size, anything over that will be split into multiple groups
4
protected static int $concat_max = 150;
5
6
public static function get_concat_max() {
0 commit comments