{"id":51099463,"url":"https://github.com/santoshtmp/wordpress-custom-search-filter","last_synced_at":"2026-06-24T09:35:06.893Z","repository":{"id":254580528,"uuid":"843481977","full_name":"santoshtmp/wordpress-custom-search-filter","owner":"santoshtmp","description":"wp csf-search-filter plugin help to create serch filter form and query it to show the result. the form can be created using wp admin or hooks.","archived":false,"fork":false,"pushed_at":"2025-12-25T09:37:05.000Z","size":356,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-06-24T09:34:52.268Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","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/santoshtmp.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-08-16T15:59:29.000Z","updated_at":"2025-12-25T09:37:09.000Z","dependencies_parsed_at":"2024-08-28T11:04:02.190Z","dependency_job_id":"aadcfe46-521a-41fb-bf93-f4070b82ccfb","html_url":"https://github.com/santoshtmp/wordpress-custom-search-filter","commit_stats":null,"previous_names":["santoshtmp/csf-search-filter","santoshtmp/wordpress-custom-search-filter"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/santoshtmp/wordpress-custom-search-filter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/santoshtmp%2Fwordpress-custom-search-filter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/santoshtmp%2Fwordpress-custom-search-filter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/santoshtmp%2Fwordpress-custom-search-filter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/santoshtmp%2Fwordpress-custom-search-filter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/santoshtmp","download_url":"https://codeload.github.com/santoshtmp/wordpress-custom-search-filter/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/santoshtmp%2Fwordpress-custom-search-filter/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34724746,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-24T02:00:07.484Z","response_time":106,"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":[],"created_at":"2026-06-24T09:35:06.228Z","updated_at":"2026-06-24T09:35:06.881Z","avatar_url":"https://github.com/santoshtmp.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"=== CSF - Custom Search Filter ===\nContributors: younginnovations, santoshtmp7\nTags: CSF, form, query\nAuthor: YIPL santoshtmp7\nAuthor URI: https://github.com/santoshtmp\nPlugin URI: https://github.com/santoshtmp/wordpress-custom-search-filter\nRequires WP: 6.5\nRequires at least: 6.5\nTested up to: 6.6.1\nRequires PHP: 8.0\nDomain Path: languages\nText Domain: csf-search-filter\nStable tag: 1.0\nVersion: 1.3\nLicense: GPLv2 or later\nLicense URI: http://www.gnu.org/licenses/gpl-2.0.html\n\nTo make search filter form and query easy.\n\n== Description ==\nCSF - Custom Search Filter library plugin purpose to make search filter easier for admin and developer by providing form and query it.\n\n== Screenshots ==\n1. csf-admin-setting-page.png\n\n== Installation ==\n1. Upload the plugin files to the `/wp-content/plugins/csf-search-filter` directory, or install the plugin through the WordPress plugins screen directly.\nor\nUse as theme functions after integration it must be build.\nBy require_once dirname(__FILE__) . '/csf-search-filter/csf-search-filter.php'; in theme function.php file.\n\n2. Navigate to the settings \u003e WP Required Post Title or link `/wp-admin/options-general.php?page=search-filter-csf` to the pugin setting page\n\n== Frequently Asked Questions ==\n= Can we apply to particular post type? =\nYes, we can apply to only selected post type.\n\n== Release ==\n1. Initial release 1.0.0\n\n== Changelog ==\n= 1.0.0 =\n* Initial release.\n= 1.1.0 =\n* Added filter option to changes form on filter action.\n* Added filter option to to add result info with filter form\n= 1.2.0 =\n* Added filter option \"radio_always_active\" for search_field_type===radio\n* Added filter option \"hidden_field\" to hide field\n* Added filter option \"update_url\" to update url on filter form result\n= 1.3.0 =\n* Added filter option \"item_orderby\" ASC, DESC, null; To re-arrange the filter items in dropdown, radio or checkbox options; Where, filter_term_type === 'metadata'\n* Add hook \"set_csf_search_fields\" to modify fields from other plugins or theme\n* Add hook \"search_filter_form_{filtername}_{post_type}\" to modify \"Search Form\" fields with other plugins or theme\n* Add hook \"search_filter_result_{filtername}_{post_type}\" to modify result result template for shortcode '[csf_searchfilter filter_name=\"default\" result_show=\"true\"]'\n\n== Upgrade Notice ==\n= 1.0.0 =\nInitial release.\n\n== License ==\nThis plugin is licensed under the GPLv2 or later. For more information, see http://www.gnu.org/licenses/gpl-2.0.html.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsantoshtmp%2Fwordpress-custom-search-filter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsantoshtmp%2Fwordpress-custom-search-filter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsantoshtmp%2Fwordpress-custom-search-filter/lists"}