芝麻web文件管理V1.00
编辑当前文件:/home/fambnfli/www/tr/wp-content/plugins/duplicator/src/Core/Controllers/ControllersManager.php
'new1', '_wpnonce' => wp_create_nonce('new1-package') ) ); } /** * Return package detail link * * @param int $packageId package id * * @return string */ public static function getPackageDetailUrl($packageId) { return self::getMenuLink( self::PACKAGES_SUBMENU_SLUG, 'detail', null, array( 'action' => 'detail', 'id' => $packageId ) ); } }