{"id":20038222,"url":"https://github.com/jjcosgrove/wordpress-wp-basix","last_synced_at":"2026-05-10T01:10:19.842Z","repository":{"id":30079471,"uuid":"33629035","full_name":"jjcosgrove/wordpress-wp-basix","owner":"jjcosgrove","description":"A WordPress plugin that allows users to enable/disable features by way of checkboxes.","archived":false,"fork":false,"pushed_at":"2018-08-30T21:44:36.000Z","size":13,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-02T06:27:38.335Z","etag":null,"topics":["checkboxes","disabled-features","php","theme","wordpress","wordpress-ui"],"latest_commit_sha":null,"homepage":null,"language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jjcosgrove.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-04-08T19:58:31.000Z","updated_at":"2018-08-30T21:44:37.000Z","dependencies_parsed_at":"2022-09-03T20:12:50.256Z","dependency_job_id":null,"html_url":"https://github.com/jjcosgrove/wordpress-wp-basix","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/jjcosgrove/wordpress-wp-basix","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jjcosgrove%2Fwordpress-wp-basix","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jjcosgrove%2Fwordpress-wp-basix/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jjcosgrove%2Fwordpress-wp-basix/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jjcosgrove%2Fwordpress-wp-basix/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jjcosgrove","download_url":"https://codeload.github.com/jjcosgrove/wordpress-wp-basix/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jjcosgrove%2Fwordpress-wp-basix/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":27289504,"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","status":"online","status_checked_at":"2025-11-26T02:00:06.075Z","response_time":193,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["checkboxes","disabled-features","php","theme","wordpress","wordpress-ui"],"created_at":"2024-11-13T10:26:52.161Z","updated_at":"2025-11-28T01:07:34.834Z","avatar_url":"https://github.com/jjcosgrove.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# WP Basix\n\nThe WP Basix plugin for WordPress allows users to enable/disable features by way of checkboxes via a dedicated admin menu within the WordPress UI. Currently there are 9 modules, each providing a dedicated function.\n\nRelease information:\n* Current Version: 1.0.0\n* Tested with WordPress: 4.1.1\n* Requires: WordPress 3.0 or higher\n* Compatible up to: 4.1.1\n\n## Installation\n\n* Place the WP Basix folder into {WordPress}/wp-content/plugins/.\n* Activate the WP Basix plugin via 'Plugins' under the WordPress admin UI.\n\n## Modules\n### Disable Auto Format\n\nThis module simply removes the auto formatting (wpautop) that is applied to the_content(). It is not currently enabled for the_excerpt().\n\nNo additional \u0026lt;p\u0026gt; or  \u0026lt;br\u0026gt; tags will be inserted into post content.\n\n### Disable File Editor\n\nThis module completely disables the in-built editors. Mostly for security against the casual users so they don't destroy the theme/plugin files. All menu items are removed and the user will not be granted access via the UI - even if they attempt to access the edit-urls directly.\n\n### Disable Visual Editor\n\nThis module removes the 'Visual' tab when creating posts via the main admin UI, thus forcing all users to employ the HTML-only editor.\n\n### Enable Clean Login Page\n\nThis module simple overrides/adds a little styling to the login page in order to remove the WordPress logo, various links (forgot password, back to blog etc) and also sets the background colour of the page to white.\n\n### Enable Clean Search\n\nThis module converts the default search parameter: *?s=term* to the more aesthetically pleasing: */search/term/*\n\n### Enable Featured Image\n\nThis module adds a new column to the 'Posts' listing in the admin UI and renders a small 100x100 preview of the Featured Image, associated with that post. If no Featured Image is assigned then a message is shown stating this fact.\n\n### Enable IDs\n\nThis module adds a new column to the 'Posts' and 'Pages' listings in the admin UI and shows the internal ID number for the post/page respectively. Useful when developing and designing themes.\n\n### Hide Admin Bar\n\nThis module removes the admin bar from the front-end (as seen by users who are logged in). The admin bar is usually found along the top edge of the page and allows some quick-controls to be accessed.\n\n### Remove \u0026lt;HEAD\u0026gt; Clutter\n\nThis module strips out various information from the \u0026lt;HEAD\u0026gt; section of front-end pages. Some of the items removed, include:\n\n* Feed Links\n* Rel Link\n* Version Queries: ?ver=\n* WP Generator Info\n* WP Shortlinks\n* And more...\n\n## Contact\n\nPlease send feedback, comments and suggestions to my email address which can be found upon installing the plugin.\n\nBugs or feature requests/contributions can be done via:\n\n[https://github.com/jjcosgrove/wp-basix/issues](https://github.com/jjcosgrove/wp-basix/issues)\n\n## Authors\n\n* Just me for now.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjjcosgrove%2Fwordpress-wp-basix","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjjcosgrove%2Fwordpress-wp-basix","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjjcosgrove%2Fwordpress-wp-basix/lists"}