Replies: 0
According to https://developer.wordpress.org/reference/functions/_n/ you need four parameters if specifying a textdomain. However, if _n()
is used with four parameters, Theme Check throws a WARNING: Found a translation function that has an incorrect number of arguments
. The same goes for _nc
, __ngettext
, _nx
and _n_js
.