public function _replyToSetFooterInfo() { if (!$this->oProp->isPageAdded()) { return; } parent::_replyToSetFooterInfo(); }
public function _replyToSetFooterInfo() { if (!$this->isPostDefinitionPage($this->oProp->sPostType) && !$this->isPostListingPage($this->oProp->sPostType) && !$this->isCustomTaxonomyPage($this->oProp->sPostType)) { return; } parent::_replyToSetFooterInfo(); }