AdminPageFramework_Link_post_type::_replyToAddPostTypeQueryInEditPostLink PHP Méthode

    public function _replyToAddPostTypeQueryInEditPostLink($sURL, $iPostID = null, $sContext = null)
    {
        return add_query_arg(array('post' => $iPostID, 'action' => 'edit', 'post_type' => $this->oProp->sPostType), $sURL);
    }