{"id":20640622,"url":"https://github.com/nash-ye/wp-enforce-featured-image","last_synced_at":"2026-04-22T07:36:21.271Z","repository":{"id":72024435,"uuid":"77158890","full_name":"nash-ye/wp-enforce-featured-image","owner":"nash-ye","description":"Enforce certain post types to be published with a featured image with certain dimensions if specified.","archived":false,"fork":false,"pushed_at":"2019-07-31T08:24:08.000Z","size":30,"stargazers_count":0,"open_issues_count":1,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-16T11:56:19.768Z","etag":null,"topics":["wordpress","wordpress-plugin"],"latest_commit_sha":null,"homepage":"https://wordpress.org/plugins/enforce-featured-image/","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nash-ye.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"patreon":"nash1ye"}},"created_at":"2016-12-22T16:17:37.000Z","updated_at":"2019-07-31T08:24:10.000Z","dependencies_parsed_at":"2023-07-08T08:00:30.546Z","dependency_job_id":null,"html_url":"https://github.com/nash-ye/wp-enforce-featured-image","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/nash-ye/wp-enforce-featured-image","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nash-ye%2Fwp-enforce-featured-image","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nash-ye%2Fwp-enforce-featured-image/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nash-ye%2Fwp-enforce-featured-image/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nash-ye%2Fwp-enforce-featured-image/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nash-ye","download_url":"https://codeload.github.com/nash-ye/wp-enforce-featured-image/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nash-ye%2Fwp-enforce-featured-image/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32126235,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-22T00:31:26.853Z","status":"online","status_checked_at":"2026-04-22T02:00:05.693Z","response_time":58,"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":["wordpress","wordpress-plugin"],"created_at":"2024-11-16T15:30:08.385Z","updated_at":"2026-04-22T07:36:21.239Z","avatar_url":"https://github.com/nash-ye.png","language":"PHP","funding_links":["https://patreon.com/nash1ye"],"categories":[],"sub_categories":[],"readme":"# WP Enforce Featured Image\nEnforce certain post types to be published with a featured image with certain dimensions if specified.\n\n## Requirements\nWordPress 4.4+\n\n## Credits\nThis plugin is based on [Force Featured Image](https://wordpress.org/plugins/force-featured-image/) plugin by XWP.\n\n## Usage\nWrite an another plugin file, or paste the example below in your theme `functions.php` file:\n\n```\nif ( class_exists( 'Enforce_Featured_Image' ) ) {\n    Enforce_Featured_Image::enforce_on_post_type( 'post', array(\n        'min_width'                =\u003e 640,\n        'min_height'               =\u003e 300,\n        'force_on_published_posts' =\u003e false,\n    ) );\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnash-ye%2Fwp-enforce-featured-image","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnash-ye%2Fwp-enforce-featured-image","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnash-ye%2Fwp-enforce-featured-image/lists"}