AdminPageFramework_PostType_Model__FlushRewriteRules::_replyToScheduleToFlushRewriteRules PHP Метод

_replyToScheduleToFlushRewriteRules() публичный Метод

public _replyToScheduleToFlushRewriteRules ( $sPostType, $aArguments )
    public function _replyToScheduleToFlushRewriteRules($sPostType, $aArguments)
    {
        if ($this->oFactory->oProp->sPostType !== $sPostType) {
            return;
        }
        if (did_action('activate_' . plugin_basename($this->oFactory->oProp->sCallerPath))) {
            add_action('shutdown', array($this, '_replyToFlushRewriteRules'));
        }
    }