?AlkantarClanX12

Your IP : 216.73.217.134


Current Path : /home/rankinh/lereunionnais/wp-content/plugins/meta-box/inc/storages/
Upload File :
Current File : /home/rankinh/lereunionnais/wp-content/plugins/meta-box/inc/storages/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';
}