'exclude_inline_from_rucss' ]; } /** * Exclude inline style from RUCSS. * * @param array $excluded excluded css. * @return array */ public function exclude_inline_from_rucss( $excluded ) { $excluded[] = '.centered-text-area'; $excluded[] = '.ctaText'; return $excluded; } }