Sid Gifari From Gifari Industries - BD Cyber Security Team
Home
/
home
/
drleilu
/
www
/
wp-content
/
plugins
/
meta-box
/
inc
/
storages
/
✏️
Editing: post.php
<?php defined( 'ABSPATH' ) || die; /** * Post storage * * @package Meta Box */ /** * Class RWMB_Post_Storage */ class RWMB_Post_Storage extends RWMB_Base_Storage { /** * Object type. * * @var string */ protected $object_type = 'post'; }
💾 Save
❌ Cancel