File "post-status.php"
Full Path: /home/rafihcto/work5.rafiul.website/wp-content/plugins/pro-elements/core/admin/post-status.php
File size: 166 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
namespace ElementorPro\Core\Admin;
class Post_Status {
public const PUBLISH = 'publish';
public const PRIVATE = 'private';
public const DRAFT = 'draft';
}