Start
This commit is contained in:
8
src/Extenders/Admin/Meta_Boxes/Meta_Box_Location.php
Normal file
8
src/Extenders/Admin/Meta_Boxes/Meta_Box_Location.php
Normal file
@@ -0,0 +1,8 @@
|
||||
<?php
|
||||
|
||||
namespace RomhackPlaza\Extenders\Admin\Meta_Boxes;
|
||||
defined( '\ABSPATH' ) || exit;
|
||||
enum Meta_Box_Location {
|
||||
case Dashboard;
|
||||
case Post_Edit;
|
||||
}
|
||||
Reference in New Issue
Block a user