mirror of
https://github.com/proelements/proelements.git
synced 2026-04-23 20:20:38 +00:00
v3.33.1
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
namespace ElementorPro\Core\Admin;
|
||||
|
||||
class Post_Status {
|
||||
public const PUBLISH = 'publish';
|
||||
public const PRIVATE = 'private';
|
||||
public const DRAFT = 'draft';
|
||||
}
|
||||
Reference in New Issue
Block a user