Fixes exporter issue due to private field on date metadata type.

This commit is contained in:
mateuswetah 2024-02-22 14:53:09 -03:00
parent 47fb760bdf
commit b1c44d4373
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ defined( 'ABSPATH' ) or die( 'No script kiddies please!' );
class Date extends Metadata_Type {
private $format;
private $output_date_format;
public $output_date_format;
function __construct() {
// call metadatum type constructor