• File: post.php
  • Full Path: /home/chassiw/www/wp-content/plugins/meta-box/inc/storages/post.php
  • File size: 226 bytes
  • MIME-type: text/x-php
  • Charset: utf-8
<?php
/**
 * 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';
}