getPost()->getPublishDate($format); } /** * Retrieve 1 if display author information is enabled * @return int */ public function authorEnabled() { return (int) $this->_scopeConfig->getValue( 'mfblog/author/enabled', \Magento\Store\Model\ScopeInterface::SCOPE_STORE ); } /** * Retrieve 1 if author page is enabled * @return int */ public function authorPageEnabled() { return (int) $this->_scopeConfig->getValue( 'mfblog/author/page_enabled', \Magento\Store\Model\ScopeInterface::SCOPE_STORE ); } }