Current Path : /var/www/ooareogundevinitiative/wp-content/plugins/brizy/editor/storage/ |
Current File : /var/www/ooareogundevinitiative/wp-content/plugins/brizy/editor/storage/project.php |
<?php if ( ! defined( 'ABSPATH' ) ) { die( 'Direct access forbidden.' ); } class Brizy_Editor_Storage_Project extends Brizy_Editor_Storage_Post { const META_KEY = 'brizy-project'; protected function key() { return self::META_KEY; } /** * @param $id * * @return Brizy_Editor_Storage_Post */ public static function instance( $id ) { return new self( $id ); } }