{"id":19970245,"url":"https://github.com/webdeveric/meta-fetcher","last_synced_at":"2026-04-19T03:05:25.901Z","repository":{"id":20988451,"uuid":"24277874","full_name":"webdeveric/meta-fetcher","owner":"webdeveric","description":null,"archived":false,"fork":false,"pushed_at":"2015-12-08T05:11:47.000Z","size":5,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-20T07:33:00.236Z","etag":null,"topics":["meta","shortcode","wordpress","wordpress-plugin"],"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/webdeveric.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}},"created_at":"2014-09-21T00:19:09.000Z","updated_at":"2017-05-31T17:07:37.000Z","dependencies_parsed_at":"2022-07-26T15:00:07.331Z","dependency_job_id":null,"html_url":"https://github.com/webdeveric/meta-fetcher","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/webdeveric/meta-fetcher","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webdeveric%2Fmeta-fetcher","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webdeveric%2Fmeta-fetcher/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webdeveric%2Fmeta-fetcher/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webdeveric%2Fmeta-fetcher/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/webdeveric","download_url":"https://codeload.github.com/webdeveric/meta-fetcher/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webdeveric%2Fmeta-fetcher/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31992822,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-18T20:23:30.271Z","status":"online","status_checked_at":"2026-04-19T02:00:07.110Z","response_time":55,"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":["meta","shortcode","wordpress","wordpress-plugin"],"created_at":"2024-11-13T02:53:38.879Z","updated_at":"2026-04-19T03:05:25.880Z","avatar_url":"https://github.com/webdeveric.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"=== Meta Fetcher ===\r\nContributors: webdeveric\r\nTags: meta, shortcode, post\r\nRequires at least: 3.0.0\r\nTested up to: 4.4.0\r\nStable tag: 0.4\r\n\r\nThis plugin provides a simple [meta] shortcode that allows you to fetch meta information for the current $post.\r\n\r\n== Description ==\r\n\r\nThis plugin provides a simple `[meta]` shortcode that allows you to fetch meta information for the current `$post`.\r\nThere are options to return a single value, multiple values joined by a user defined string, or a JSON string.\r\n\r\n**Examples:**\r\n\r\n`[meta name=\"your_meta_field\"]`\r\nThis will return the value of \"your_meta_field\". If the value is an array, it will return a comma separated list, unless you specify an alternative join string.\r\n\r\n`[meta name=\"your_meta_field\" single=\"false\"]`\r\nBy default, [meta] will return a single value. If you have multiple meta fields with the same name, you can get them all by setting single=\"false\".\r\n\r\n`[meta name=\"your_meta_field\" single=\"false\" json=\"true\"]`\r\nThis will return the JSON encoded value of \"your_meta_field\".\r\n\r\n`[meta name=\"your_meta_field\" single=\"false\" join=\"|\"]`\r\nThis will return a pipe separated values of \"your_meta_field\".\r\n\r\n`[meta name=\"your_meta_field\" shortcode=\"false\"]`\r\nBy default, the value will be passed to do_shortcode, unless you turn if off.\r\n\r\n`[meta name=\"your_meta_field\" filters=\"true\"]`\r\nThere are a couple filters available if you want to filter the value. They are called after do_shortcode and before any JSON/array handling.\r\nThey are on be default, but can be turned of with filters=\"false\". The filters are \"meta_fetcher_value\" and \"meta_fetcher_{$name}\".\r\n\r\n== Installation ==\r\n\r\n1. Upload `meta-fetcher` folder to the `/wp-content/plugins/` directory\r\n1. Activate the plugin through the 'Plugins' menu in WordPress\r\n1. Add shortcode to your content: `[meta name=\"some_name_here\" default=\"some default content\"]`\r\n\r\n== Changelog ==\r\n\r\n= 0.4 =\r\n* Added option to return a JSON string.\r\n* Added options for handling array meta values.\r\n\r\n= 0.3 =\r\n* Added better checking for argument values.\r\n\r\n= 0.2 =\r\n* Added additional arguments.\r\n\r\n= 0.1 =\r\n* Initial build\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwebdeveric%2Fmeta-fetcher","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwebdeveric%2Fmeta-fetcher","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwebdeveric%2Fmeta-fetcher/lists"}