🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-06-19 11:24:03 | PHP 8.1.34
📂
/ (Root)
/
home
/
therahul
/
thedasstores.com
/
wp-content
/
plugins
/
mailpoet
/
lib
/
WP
📍 /home/therahul/thedasstores.com/wp-content/plugins/mailpoet/lib/WP
🔄 Refresh
✏️
Editing: Posts.php
Writable
<?php // phpcs:ignore SlevomatCodingStandard.TypeHints.DeclareStrictTypes.DeclareStrictTypesMissing namespace MailPoet\WP; if (!defined('ABSPATH')) exit; use MailPoet\WP\Functions as WPFunctions; class Posts { public static function getTypes($args = [], $output = 'names', $operator = 'and') { $defaults = [ 'exclude_from_search' => false, ]; $args = array_merge($defaults, $args); return WPFunctions::get()->getPostTypes($args, $output, $operator); } }
💾 Save Changes
❌ Cancel