Property.php
318 Bytes
<?php
namespace F4\MT\Core;
/**
* Core properties
*
* All the properties for the Core module
*
* @since 1.0.0
* @package F4\MT\Core
*/
class Property {
public static $taxonomies = array();
public static $has_bulk_action = false;
public static $has_filter = false;
public static $has_assignment = false;
}