isCustomEmbedBlock method

bool isCustomEmbedBlock()

Implementation

bool isCustomEmbedBlock() {
  return isCustomEmbed() && isTruthy(attributes.renderAsBlock);
}