[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"$f_5Jdlv-99P2PJbwkGmVKZgxeRY5UQ92ejPncPQ2AxyE":3},{"slug":4,"display_name":5,"profile_url":6,"plugin_count":7,"total_installs":8,"avg_security_score":9,"avg_patch_time_days":10,"trust_score":11,"computed_at":12,"plugins":13},"shinichin","ShinichiN","https:\u002F\u002Fprofiles.wordpress.org\u002Fshinichin\u002F",4,260,85,30,84,"2026-04-04T09:11:28.296Z",[14,35,54,70],{"slug":15,"name":16,"version":17,"author":5,"author_profile":6,"description":18,"short_description":19,"active_installs":20,"downloaded":21,"rating":22,"num_ratings":23,"last_updated":24,"tested_up_to":25,"requires_at_least":26,"requires_php":27,"tags":28,"homepage":30,"download_link":31,"security_score":9,"vuln_count":32,"unpatched_count":32,"last_vuln_date":33,"fetched_at":34},"subtitle","Subtitle","0.1","\u003Cp>Displays subtitle text field after the title in post, page and other post type edit page.\u003C\u002Fp>\n\u003Cul>\n\u003Cli>\u003Ca href=\"https:\u002F\u002Fgithub.com\u002FShinichiNishikawa\u002Fsubtitle\" rel=\"nofollow ugc\">GitHub\u003C\u002Fa>\u003C\u002Fli>\n\u003Cli>\u003Ca href=\"http:\u002F\u002Fnskw-style.com\u002F2013\u002Fwordpress\u002Fplugin-downloads\u002Fsubtitle.html\" rel=\"nofollow ugc\">Plugin Homepage\u003C\u002Fa>\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch4>Retriving and displaying in templates\u003C\u002Fh4>\n\u003Cp>Use \u003Ccode>get_nskw_subtitle()\u003C\u002Fcode> to retrieve and \u003Ccode>nskw_subtitle()\u003C\u002Fcode> to display.\u003C\u002Fp>\n\u003Ch4>Change label\u003C\u002Fh4>\n\u003Cpre>\u003Ccode>By default the label of the input field is \"Subtitle\". There's a hook for changing it.\n\nadd_filter( 'nskw-fat-meta_label', 'nskw_changeLabel' );\nfunction nskw_changeLabel() {\n    return 'new label';\n}\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Ch4>Hide in specific post types\u003C\u002Fh4>\n\u003Cp>By default, subtitle field appears in every post type edit pages except for attachment.\u003C\u002Fp>\n\u003Cp>To hide in particular post type pages, there’s a hook.\u003C\u002Fp>\n\u003Cpre>\u003Ccode>\u002F\u002F hide subtitle field in posttype 'attachment', 'page'、''newposttype'\nadd_filter( 'nskw-fat_post_type', 'nskw_hide_subtitle' );\nfunction nskw_hide_subtitle() {\n    return array( 'attachment', 'page', 'newposttype' );\n}\n\u003C\u002Fcode>\u003C\u002Fpre>\n","Displays subtitle text field after the title in post, page and other post type edit page.",100,4312,60,2,"2013-05-01T03:18:00.000Z","3.5.2","3.5.1","",[29,15],"custom-field","http:\u002F\u002Fnskw-style.com\u002F2013\u002Fwordpress\u002Fplugin-downloads\u002Fsubtitle.html ‎","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fsubtitle.0.1.zip",0,null,"2026-03-15T15:16:48.613Z",{"slug":36,"name":37,"version":38,"author":5,"author_profile":6,"description":39,"short_description":40,"active_installs":41,"downloaded":42,"rating":32,"num_ratings":32,"last_updated":43,"tested_up_to":44,"requires_at_least":45,"requires_php":27,"tags":46,"homepage":52,"download_link":53,"security_score":9,"vuln_count":32,"unpatched_count":32,"last_vuln_date":33,"fetched_at":34},"cawaii-admin","Cawaii Admin","0.2.0","\u003Cp>This plugin enables you to look the WordPress admin panel cawaii.\u003Cbr \u002F>\nYou can choose where to locate the menu, how the background looks, and change the color of links, boxes and so on.\u003Cbr \u002F>\nYou can also change Logos of the admin panel and login page, you can choose which metaboxes to remove from dashboard and post-new pages.\u003C\u002Fp>\n\u003Ch3>Arbitrary section\u003C\u002Fh3>\n","Make your admin panel cawaii!!",90,6180,"2012-02-23T05:44:00.000Z","3.3.2","3.2.1",[47,48,49,50,51],"admin","background","cawaii","dashboard","logo","http:\u002F\u002Fwordpress.org\u002Fextend\u002Fplugins\u002Fcawaii-admin\u002F","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fcawaii-admin.0.2.0.zip",{"slug":55,"name":56,"version":57,"author":5,"author_profile":6,"description":58,"short_description":59,"active_installs":22,"downloaded":60,"rating":32,"num_ratings":32,"last_updated":61,"tested_up_to":62,"requires_at_least":63,"requires_php":27,"tags":64,"homepage":68,"download_link":69,"security_score":9,"vuln_count":32,"unpatched_count":32,"last_vuln_date":33,"fetched_at":34},"ogp-generator","OGP Generator","0.5.3","\u003Cp>When shared on Facebook, this plugin shows a nice Thumbnail of your posts, pages and site.\u003C\u002Fp>\n\u003Ch3>Example of Open Graph Protocol tags\u003C\u002Fh3>\n\u003Cpre>\u003Ccode>\u003Cmeta property=\"fb:app_id\"      content=\"you can specify in admin\" \u002F>\n\u003Cmeta property=\"og:title\"       content=\"Post Title\" \u002F>\n\u003Cmeta property=\"og:type\"        content=\"article\" \u002F>\n\u003Cmeta property=\"og:url\"         content=\"Post URL\" \u002F>\n\u003Cmeta property=\"og:image\"       content=\"Post thumbnail, attached image, the first image or default image which you upload\" \u002F>\n\u003Cmeta property=\"og:site_name\"   content=\"Site Title\" \u002F>\n\u003Cmeta property=\"og:locale\"      content=\"Your Locale\" \u002F>\n\u003Cmeta property=\"og:description\" content=\"Post excerpt or text generated from your content\" \u002F>\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Ch3>Rules of the og:image\u003C\u002Fh3>\n\u003Ch4>When a post permalink is shared (is_singular).\u003C\u002Fh4>\n\u003Col>\n\u003Cli>If your post has a post-thumbnail, that will show up.\u003C\u002Fli>\n\u003Cli>If not, this plugin shows the images attatched to the post.\u003C\u002Fli>\n\u003Cli>If not, this plugin shows the images which is in the content.\u003C\u002Fli>\n\u003Cli>If not, this plugin shows the default image, which you upload in Settings > Reading > OGP Settings.\u003C\u002Fli>\n\u003Cli>If not, this plugin doesn’t show anything. (Other ogp tags such as og:title, og:url and so on will be served.)\u003C\u002Fli>\n\u003C\u002Fol>\n\u003Ch4>When the link posted on facebook was not a post link (!is_singular).\u003C\u002Fh4>\n\u003Cp>When home page, archive pages, search result page or what ever else pages are shared on facebook, og:image will be the image you specify in Settings > Reading > OGP Settings.\u003C\u002Fp>\n","When shared on Facebook, this plugin shows a nice Thumbnail of your posts, pages and site.",3539,"2015-12-10T01:33:00.000Z","4.4.34","4.0",[65,66,67],"facebook","ogp","open-graph-tag","http:\u002F\u002Fth-daily.shinichi.me","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fogp-generator.0.5.3.zip",{"slug":71,"name":72,"version":73,"author":5,"author_profile":6,"description":74,"short_description":75,"active_installs":76,"downloaded":77,"rating":32,"num_ratings":32,"last_updated":78,"tested_up_to":79,"requires_at_least":80,"requires_php":27,"tags":81,"homepage":27,"download_link":86,"security_score":9,"vuln_count":32,"unpatched_count":32,"last_vuln_date":33,"fetched_at":34},"more-body-classes","Add More Body Classes","1.0","\u003Cp>“Add More Body Classes” adds classes to the body tag. The tags added are\u003C\u002Fp>\n\u003Cul>\n\u003Cli>locale-[locale]: ex.) locale-ja for Japanese sites, locale-en-US for default English sites.\u003C\u002Fli>\n\u003Cli>page slug: page-slug-[slug]: ex.) page-slug-about for about page.\u003C\u002Fli>\n\u003Cli>post type slug: ex.) testimonial-slug-nobil for a singular( ‘testimonial’ ) page with post_name “nobil”.\u003C\u002Fli>\n\u003C\u002Ful>\n","Body tag with more classes such as locale and page slug.",10,1560,"2015-07-30T08:50:00.000Z","4.1.42","4.1.1",[82,83,84,85],"body-class","locale","multilingual","pages","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fmore-body-classes.1.0.zip"]