' ) || // Otherwise, register this copy if it is actually the one installed in the directory for plugins. rtrim( WP_PLUGIN_DIR, '/' ) === dirname( __DIR__ ) ) { $GLOBALS[ $global_var_name ]['version'] = $version; // phpcs:ignore WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound -- It is prefixed. $GLOBALS[ $global_var_name ]['load'] = $load; // phpcs:ignore WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound -- It is prefixed. } } )( 'plsr_pending_plugin_info', '1.7.0', static function ( string $version ): void { // Define the constant. if ( defined( 'SPECULATION_RULES_VERSION' ) ) { return; } define( 'SPECULATION_RULES_VERSION', $version ); define( 'SPECULATION_RULES_MAIN_FILE', plugin_basename( __FILE__ ) ); require_once __DIR__ . '/hooks.php'; require_once __DIR__ . '/settings.php'; } ); // @codeCoverageIgnoreEnd