芝麻web文件管理V1.00
编辑当前文件:/var/www/cognitio.in/wp-content/plugins/wpforms-lite/src/Migrations/Upgrade159.php
get( 'tasks_meta' ); if ( ! $meta ) { return false; } // Create the table if it doesn't exist. if ( ! $meta->table_exists() ) { $meta->create_table(); } return true; } }