filename
stringlengths
11
137
content
stringlengths
6
292k
.github/files/test-plugin-update/mu-plugin.php
<?php /** * Plugin Name: Plugin Upgrade Test hacks * Plugin URI: https://github.com/automattic/jetpack * Author: Jetpack Team * Version: 1.0.0 * Text Domain: jetpack * * @package automattic/jetpack */ // Force user ID 1 as the logged in user. add_filter( 'determine_current_user', function () { return 1; }...