{"id":21714215,"url":"https://github.com/dartmoon-io/wordpress-utils","last_synced_at":"2026-04-17T10:32:24.172Z","repository":{"id":167253041,"uuid":"642851897","full_name":"dartmoon-io/wordpress-utils","owner":"dartmoon-io","description":null,"archived":false,"fork":false,"pushed_at":"2023-08-18T10:01:46.000Z","size":5,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-29T22:59:03.689Z","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/dartmoon-io.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2023-05-19T13:43:40.000Z","updated_at":"2023-08-22T12:56:50.000Z","dependencies_parsed_at":"2024-12-10T07:38:56.579Z","dependency_job_id":"48575f2b-0e0c-4d8e-8394-7b123e1947f6","html_url":"https://github.com/dartmoon-io/wordpress-utils","commit_stats":null,"previous_names":["dartmoon-io/wordpress-utils"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/dartmoon-io/wordpress-utils","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dartmoon-io%2Fwordpress-utils","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dartmoon-io%2Fwordpress-utils/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dartmoon-io%2Fwordpress-utils/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dartmoon-io%2Fwordpress-utils/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dartmoon-io","download_url":"https://codeload.github.com/dartmoon-io/wordpress-utils/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dartmoon-io%2Fwordpress-utils/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31925396,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-17T10:19:20.377Z","status":"ssl_error","status_checked_at":"2026-04-17T10:19:18.682Z","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":["wordpress","wordpress-plugin"],"created_at":"2024-11-26T00:33:17.422Z","updated_at":"2026-04-17T10:32:24.155Z","avatar_url":"https://github.com/dartmoon-io.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# WordPress Utils\n\nA simple utils plugin that lets you register the same handler to multiple filters without much effort.\n\n## Installation\n\n### If you use a Roots Bedrock or a composer-based WordPress installation\n\n```bash\ncomposer require dartmoon/wordpress-utils\n```\n\n## If you use a normal WordPress installation\n\n1. Download and install a MU plugin loader that lets you use MU plugins that resides inside folders. For example you could use [Bedrock Autoloader](https://github.com/roots/bedrock-autoloader).\n\n2. [Download the latest release](https://github.com/dartmoon-io/wordpress-utils/releases) of this plugin and extract it inside the mu-plugins folder of your WordPress installation.\n\n## Usage\nIt behave exactly as `add_filter` with the only exception that the first argument (the filter name) accepts an array instead of a string.\n\n```php\nadd_filters(['filter1', 'filter2'], function () {\n    // ...\n});\n```\n\n## License\n\nThis project is licensed under the MIT License - see the LICENSE.md file for details","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdartmoon-io%2Fwordpress-utils","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdartmoon-io%2Fwordpress-utils","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdartmoon-io%2Fwordpress-utils/lists"}