There are two ways in WordPress to provide context for translatable text (āstringsā): the _x()
function (along with its related functions), and the /*translators:*/
comment. Their use is described in the Plugin Handbook, but hereās a quick definition of their key differences.