64 'wrapperDivClass' => $in->getWrapperDivClass(),
67 if ( $options[
'allowClone'] ??
true ) {
76 foreach ( $this->stages as $stage ) {
77 if ( $stage->shouldRun( $out, $popts, $options ) ) {
79 $out = $stage->transform( $out, $popts, $options );
82 if ( $oldWatcher !==
false ) {