Automute twitch-embed on WordPress

Specify the muted parameter when using Embed Everything

So

var embed = new Twitch.Embed('twitch-embed', {
  channel: 'monstercat',
  muted: true
});