✏️ 正在编辑: Upgrade1751.php
路径:
/home/ubuntu/plugins-bkp-26012025/wpforms-lite/src/Migrations/Upgrade1751.php
提示:
您可以编辑任何文件(包括二进制文件),但请注意不当修改可能导致文件损坏。
<?php namespace WPForms\Migrations; /** * Class v1.7.5.1 upgrade. * * @since 1.7.5.1 * * @noinspection PhpUnused */ class Upgrade1751 extends UpgradeBase { /** * Repeat 1.7.5 migration. * * @since 1.7.5.1 * * @return bool|null Upgrade result: * true - the upgrade completed successfully, * false - in the case of failure, * null - upgrade started but not yet finished (background task). */ public function run() { return ( new Upgrade175( $this->migrations ) )->run(); } }
💾 保存文件
← 返回文件管理器