芝麻web文件管理V1.00
编辑当前文件:/home/projzpbv/public_html/wp-content/plugins/mailpoet/lib/Listing/PageLimit.php
wp = $wp; } public function getLimitPerPage($model = null) { if ($model === null) { return self::DEFAULT_LIMIT_PER_PAGE; } $listingPerPage = $this->wp->getUserMeta( $this->wp->getCurrentUserId(), 'mailpoet_' . $model . '_per_page', true ); return (!empty($listingPerPage)) ? (int)$listingPerPage : self::DEFAULT_LIMIT_PER_PAGE; } }