Updated by Maria Agaphontzev about 3 years ago
<pre><code class="javascript"> const test1 = __( 'test' ); const test2 = __('test'); </code></pre> test1 won't be extracted test2 would be. Only in JS. be
Back