{"id":16041749,"url":"https://github.com/desrosj/toggle-wpautop","last_synced_at":"2026-04-28T11:03:12.224Z","repository":{"id":67408556,"uuid":"80691048","full_name":"desrosj/toggle-wpautop","owner":"desrosj","description":"Easily disable the wpautop filter on a post by post basis.","archived":false,"fork":false,"pushed_at":"2017-02-14T22:36:40.000Z","size":17,"stargazers_count":1,"open_issues_count":1,"forks_count":1,"subscribers_count":2,"default_branch":"develop","last_synced_at":"2025-09-29T11:58:44.249Z","etag":null,"topics":["wordpress","wpautop"],"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/desrosj.png","metadata":{"files":{"readme":"readme.txt","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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-02-02T03:49:49.000Z","updated_at":"2023-03-18T14:11:56.000Z","dependencies_parsed_at":null,"dependency_job_id":"980d7ec5-65f1-44bf-8e34-b662fc7cbe54","html_url":"https://github.com/desrosj/toggle-wpautop","commit_stats":null,"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"purl":"pkg:github/desrosj/toggle-wpautop","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/desrosj%2Ftoggle-wpautop","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/desrosj%2Ftoggle-wpautop/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/desrosj%2Ftoggle-wpautop/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/desrosj%2Ftoggle-wpautop/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/desrosj","download_url":"https://codeload.github.com/desrosj/toggle-wpautop/tar.gz/refs/heads/develop","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/desrosj%2Ftoggle-wpautop/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32377599,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-28T09:24:15.638Z","status":"ssl_error","status_checked_at":"2026-04-28T09:24:15.071Z","response_time":56,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["wordpress","wpautop"],"created_at":"2024-10-09T00:00:38.324Z","updated_at":"2026-04-28T11:03:12.197Z","avatar_url":"https://github.com/desrosj.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"=== Toggle wpautop ===\nContributors: linchpin_agency, desrosj, aware\nTags: wpautop, formatting, post content, excerpt, editor, custom post types, filters, add_filter\nRequires at least: 3.0\nTested up to: 4.7.2\nStable tag: 1.2.5\nLicense: GPLv2 or later\nLicense URI: http://www.gnu.org/licenses/gpl-2.0.html\n\nEasily disable the wpautop filter on a post by post basis.\n\n== Description ==\n\nBefore WordPress displays a post's content, the content gets passed through multiple filters to ensure that it safely appears how you enter it within the editor.\n\nOne of these filters is [wpautop](http://codex.wordpress.org/Function_Reference/wpautop \"wpautop\"), which replaces double line breaks with `\u003cp\u003e` tags, and single line breaks with `\u003cbr /\u003e` tags. However, this filter sometimes causes issues when you are inputting a lot of HTML markup in the post editor.\n\nThis plugin displays a checkbox in the publish meta box of the post edit screen that disables the [wpautop](http://codex.wordpress.org/Function_Reference/wpautop \"wpautop\") filter for that post.\n\nAlso adds a 'wpautop', or 'no-wpautop' class to the post_class filter to help with CSS styling.\n\n== Installation ==\n\n1. Upload the plugin folder to the `/wp-content/plugins/` directory\n2. Activate the plugin through the 'Plugins' menu in WordPress\n3. Proceed to the Settings-\u003eWriting and select which post types should have the option to disable the wpautop filter.\n\n== Frequently Asked Questions ==\n\n= Can I disable wpautop completely with this plugin? =\n\nRight now, no. wpautop is a great filter, and in most cases you should not need it disabled globally. However, if there is enough demand for this feature we can add it.\n\n== Screenshots ==\n\n1. The disable wpautop checkbox on post edit screens.\n2. Settings-\u003eWriting page with plugin settings.\n\n== Changelog ==\n= 1.2.5 =\n* Fixing an issue where http://translate.wordpress.org did not detect the stable version correctly.\n\n= 1.2.4 =\n* A few additional steps to make the plugin accessible to http://translate.wordpress.org.\n\n= 1.2.3 = \n* Move translations to http://translate.wordpress.org.\n\n= 1.2.2 =\n* Fixing PHP syntax error.\n\n= 1.2.1 =\n* Added ability for i18n using grunt-wp-i18n\n* Added english default .pot\n* Added minor security hardening so the class file would exit if called directly\n* Updated code formatting to be more inline with WordPress coding standards\n* Updated some method descriptions\n* Updated plugin description to be more... descriptive.\n\n= 1.2.0 =\n* Add a setting to disable wpautop automatically on new posts.\n* Add filter (lp_wpautop_show_private_pt) for enabling the plugin on private post types.\n\n= 1.1.2 =\n* Fixing bug that was preventing other settings on the writing page from saving.\n\n= 1.1.1 =\n* Fixing bug where users upgrading from 1.0 would not receive the defaults for settings that were introduced in 1.1.\n\n= 1.1 =\n* Adding the ability to choose which post types have the option to disable the wpautop filter on the Settings-\u003eWriting page.\n* When activating the plugin for the first time, all post types are set to have the ability to disable the wpautop filter. This can be changed on the Settings-\u003eWriting page.\n* Adding an uninstall hook to remove all traces of the plugin.\n\n= 1.0 =\n* Hello world!","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdesrosj%2Ftoggle-wpautop","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdesrosj%2Ftoggle-wpautop","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdesrosj%2Ftoggle-wpautop/lists"}