{"id":21700157,"url":"https://github.com/wp-digital/wpforms-uploads-path-filter","last_synced_at":"2026-04-17T12:33:51.207Z","repository":{"id":141069868,"uuid":"493247633","full_name":"wp-digital/wpforms-uploads-path-filter","owner":"wp-digital","description":null,"archived":false,"fork":false,"pushed_at":"2022-09-22T17:40:02.000Z","size":7,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-07T22:41:46.464Z","etag":null,"topics":[],"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/wp-digital.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-05-17T12:45:49.000Z","updated_at":"2022-05-17T13:09:35.000Z","dependencies_parsed_at":"2023-07-10T13:16:08.820Z","dependency_job_id":null,"html_url":"https://github.com/wp-digital/wpforms-uploads-path-filter","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/wp-digital/wpforms-uploads-path-filter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wp-digital%2Fwpforms-uploads-path-filter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wp-digital%2Fwpforms-uploads-path-filter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wp-digital%2Fwpforms-uploads-path-filter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wp-digital%2Fwpforms-uploads-path-filter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wp-digital","download_url":"https://codeload.github.com/wp-digital/wpforms-uploads-path-filter/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wp-digital%2Fwpforms-uploads-path-filter/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31929800,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-17T10:35:34.458Z","status":"ssl_error","status_checked_at":"2026-04-17T10:35:09.472Z","response_time":62,"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":[],"created_at":"2024-11-25T20:13:05.498Z","updated_at":"2026-04-17T12:33:51.170Z","avatar_url":"https://github.com/wp-digital.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# WPforms files fix for Innocode server setup \n\n### Description\n\n1. Add `wpforms_upload_root` hook to change default wpforms plugin uploads folder \n2. Disable [S3-Uploads](https://github.com/humanmade/S3-Uploads) plugin path replace for wpforms submit process\n\nRequires to setup persistant folder on the server.\n\n\nDefault path:\n```\ntrailingslashit(WP_CONTENT_DIR) . 'wpforms'\n```\n\n### Install\n\n- Preferable way is to use [Composer](https://getcomposer.org/):\n\n    ````\n    composer require innocode-digital/wpforms-uploads-path-filter\n    ````\n\n    By default it will be installed as [Must Use Plugin](https://codex.wordpress.org/Must_Use_Plugins).\n    But it's possible to control with `extra.installer-paths` in `composer.json`.\n\n- Alternate way is to clone this repo to `wp-content/mu-plugins/` :\n\n    ````\n    cd wp-content/mu-plugins/\n    git clone git@github.com:innocode-digital/wpforms-uploads-path-filter.git\n    ````\n\n### Usage\n\nAdd required constant (usually to `wp-config.php`):\n\n````\ndefine( 'INNOCODE_WPFORMS_UPLOADS_PATH', '' ); // E.g. \"trailingslashit(WP_CONTENT_DIR) . 'wpforms'\"\n````\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwp-digital%2Fwpforms-uploads-path-filter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwp-digital%2Fwpforms-uploads-path-filter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwp-digital%2Fwpforms-uploads-path-filter/lists"}