RCCWP_ManagementPage::GetCustomPanelModuleDeleteUrl PHP Method

GetCustomPanelModuleDeleteUrl() public method

public GetCustomPanelModuleDeleteUrl ( $customWritePanelId, $panelModuleId )
    function GetCustomPanelModuleDeleteUrl($customWritePanelId, $panelModuleId)
    {
        $url = '?page=' . urlencode(MF_PLUGIN_DIR . DIRECTORY_SEPARATOR . 'RCCWP_Menu.php') . '&delete-custom-panel-module=' . $panelModuleId . '&custom-write-panel-id=' . $customWritePanelId;
        return $url;
    }