{"id":28917203,"url":"https://github.com/borgenfalkskott/bs-wp-reset","last_synced_at":"2026-05-17T03:33:37.600Z","repository":{"id":62496169,"uuid":"392475642","full_name":"borgenfalkskott/bs-wp-reset","owner":"borgenfalkskott","description":"A reset plugin to make WordPress tight.","archived":false,"fork":false,"pushed_at":"2022-01-23T16:08:54.000Z","size":11,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-17T23:47:56.279Z","etag":null,"topics":["wordpress","wordpress-plugin"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/borgenfalkskott.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null},"funding":{"github":"borgenfalkskott","patreon":"borgenfalkskott"}},"created_at":"2021-08-03T22:40:59.000Z","updated_at":"2022-02-13T03:18:00.000Z","dependencies_parsed_at":"2022-11-02T11:46:02.469Z","dependency_job_id":null,"html_url":"https://github.com/borgenfalkskott/bs-wp-reset","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/borgenfalkskott/bs-wp-reset","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/borgenfalkskott%2Fbs-wp-reset","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/borgenfalkskott%2Fbs-wp-reset/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/borgenfalkskott%2Fbs-wp-reset/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/borgenfalkskott%2Fbs-wp-reset/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/borgenfalkskott","download_url":"https://codeload.github.com/borgenfalkskott/bs-wp-reset/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/borgenfalkskott%2Fbs-wp-reset/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261212833,"owners_count":23125595,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["wordpress","wordpress-plugin"],"created_at":"2025-06-22T00:12:33.773Z","updated_at":"2026-05-17T03:33:32.580Z","avatar_url":"https://github.com/borgenfalkskott.png","language":"PHP","funding_links":["https://github.com/sponsors/borgenfalkskott","https://patreon.com/borgenfalkskott"],"categories":[],"sub_categories":[],"readme":"# bs-wp-reset\n\nA reset plugin to make WordPress tight.\n\n## What does this mu-plugin do?\n\n### Disabling:\n\n- File editing\n- Wp version in meta\n- XML-RPC\n- RSS meta\n- Admin bar\n- Wp Emojis\n\n### Login page\n\n- Wp logo links to start page\n- Wp logo alt text\n- Login error message is more secure\n\n### This plugin does no longer disable jQuery\n\nTo disable jQuery on the frontend, please install: [bs-wp-no-jquery](https://github.com/borgenfalkskott/bs-wp-no-jquery)  \n_We wanted to separate the disabling of jQuery to it's own plugin, cause sometimes a third party plugin has it as a dependency. In that case, you can still use this plugin and if you don't need jQuery, you can install B\u0026S Wp No jQuery!_\n\n## Install\n\n### Composer\n\n```\ncomposer require borgenfalkskott/bs-wp-reset\n```\n\n### Bedrock\n\nSimply add it to `app/mu-plugins/` to have [Bedrock](https://roots.io/bedrock/) autoload it.\n\n### Vanilla WordPress\n\nIf you are not using Bedrock, simply add an autoloader file in `wp-content/mu-plugins/` like this, to have WordPress run this plugin:\n\n```php\n// autoloader.php:\n\n\u003c?php\n  /**\n   * WordPress Mu Plugin Autoloader\n   */\n  require_once __DIR__ . '/bs-wp-reset/bs-wp-reset.php';\n?\u003e\n```\n\n## What is a mu-plugin?\n\nNowadays it stands for \"must use plugin\", meaning that it is activated automatically by just adding it to the `/wp-content/mu-plugins` folder.\n\nSingle file mu-plugins that sits directly inside the `mu-plugins` folder, are loaded automatically by WordPress.\n\nFor mu-plugins that live inside a subfolder, they need to be autoloaded like the example above or by using something like [Bedrock](https://roots.io/bedrock/).\n\nRead more about mu-plugins [here](https://wordpress.org/support/article/must-use-plugins/).\n\n## Support our work\n\n⭐️ Star this repo on [GitHub](https://github.com/borgenfalkskott/bs-wp-reset).\n\n⭐️ Star this package on [Packagist](https://packagist.org/packages/borgenfalkskott/bs-wp-reset).\n\n❤️ Buy me a [coffee](https://github.com/sponsors/borgenfalkskott).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fborgenfalkskott%2Fbs-wp-reset","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fborgenfalkskott%2Fbs-wp-reset","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fborgenfalkskott%2Fbs-wp-reset/lists"}