PATH:
home
/
lab2454c
/
caimegroup.com
/
wp-content
/
plugins
/
mailpoet
/
lib
/
Newsletter
/
Shortcodes
/
Categories
<?php // phpcs:ignore SlevomatCodingStandard.TypeHints.DeclareStrictTypes.DeclareStrictTypesMissing namespace MailPoet\Newsletter\Shortcodes\Categories; if (!defined('ABSPATH')) exit; use MailPoet\Entities\NewsletterEntity; use MailPoet\Entities\SendingQueueEntity; use MailPoet\Entities\SubscriberEntity; interface CategoryInterface { public function process( array $shortcodeDetails, NewsletterEntity $newsletter = null, SubscriberEntity $subscriber = null, SendingQueueEntity $queue = null, string $content = '', bool $wpUserPreview = false ): ?string; }
[-] Newsletter.php
[edit]
[-] Site.php
[edit]
[-] index.php
[edit]
[+]
..
[-] Date.php
[edit]
[-] Link.php
[edit]
[-] Subscriber.php
[edit]
[-] CategoryInterface.php
[edit]