PHP 8.2.31
Preview: BlockWrapperRenderer.php Size: 642 B
/home/nshryvcy/himaltourism.com/wp-content/plugins/mailpoet/lib/Form/BlockWrapperRenderer.php

<?php // phpcs:ignore SlevomatCodingStandard.TypeHints.DeclareStrictTypes.DeclareStrictTypesMissing

namespace MailPoet\Form;

if (!defined('ABSPATH')) exit;


use MailPoet\WP\Functions as WPFunctions;

class BlockWrapperRenderer {
  /** @var WPFunctions */
  private $wp;

  public function __construct(
    WPFunctions $wp
  ) {
    $this->wp = $wp;
  }

  public function render(array $block, string $blockContent): string {
    $classes = isset($block['params']['class_name']) ? " " . $block['params']['class_name'] : '';
    return '<div class="mailpoet_paragraph' . $this->wp->escAttr($classes) . '">' . $blockContent . '</div>';
  }
}

Directory Contents

Dirs: 4 × Files: 15

Name Size Perms Modified Actions
Block DIR
- drwxr-xr-x 2023-04-04 05:35:40
Edit Download
Listing DIR
- drwxr-xr-x 2023-04-04 05:35:40
Edit Download
Templates DIR
- drwxr-xr-x 2023-04-04 05:35:40
Edit Download
Util DIR
- drwxr-xr-x 2023-04-04 05:35:40
Edit Download
1.91 KB lrw-r--r-- 2023-04-04 05:35:40
Edit Download
6.09 KB lrw-r--r-- 2023-04-04 05:35:40
Edit Download
4.18 KB lrw-r--r-- 2023-04-04 05:35:40
Edit Download
4.04 KB lrw-r--r-- 2023-04-04 05:35:40
Edit Download
642 B lrw-r--r-- 2023-04-04 05:35:40
Edit Download
10.86 KB lrw-r--r-- 2023-04-04 05:35:40
Edit Download
1.26 KB lrw-r--r-- 2023-04-04 05:35:40
Edit Download
1.61 KB lrw-r--r-- 2023-04-04 05:35:40
Edit Download
1.16 KB lrw-r--r-- 2023-04-04 05:35:40
Edit Download
2.61 KB lrw-r--r-- 2023-04-04 05:35:40
Edit Download
0 B lrw-r--r-- 2023-04-04 05:35:40
Edit Download
4.03 KB lrw-r--r-- 2023-04-04 05:35:40
Edit Download
726 B lrw-r--r-- 2023-04-04 05:35:40
Edit Download
4.19 KB lrw-r--r-- 2023-04-04 05:35:40
Edit Download
9.12 KB lrw-r--r-- 2023-04-04 05:35:40
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).