{"id":130474,"date":"2020-10-22T06:51:05","date_gmt":"2020-10-22T06:51:05","guid":{"rendered":"https:\/\/wordpress.org\/plugins\/hide-author-archive\/"},"modified":"2025-02-04T03:34:03","modified_gmt":"2025-02-04T03:34:03","slug":"hide-author-archive","status":"publish","type":"plugin","link":"https:\/\/ur.wordpress.org\/plugins\/hide-author-archive\/","author":13589055,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_crdt_document":"","version":"1.2.1","stable_tag":"1.2.1","tested":"6.7.5","requires":"5.9","requires_php":"7.4","requires_plugins":null,"header_name":"Hide Author Archive","header_author":"Tarosky","header_description":"Hide author archive pages.","assets_banners_color":"0087ae","last_updated":"2025-02-04 03:34:03","external_support_url":"","external_repository_url":"","donate_link":"","header_plugin_uri":"https:\/\/github.com\/kuno1\/hide-author-archive","header_author_uri":"https:\/\/tarosky.co.jp","rating":5,"author_block_rating":0,"active_installs":500,"downloads":14270,"num_ratings":1,"support_threads":0,"support_threads_resolved":0,"author_block_count":0,"sections":["description","installation","faq","changelog"],"tags":{"1.0.1":{"tag":"1.0.1","author":"kuno1","date":"2020-10-22 06:50:35"},"1.1.0":{"tag":"1.1.0","author":"kuno1","date":"2020-11-19 07:31:34"},"1.1.1":{"tag":"1.1.1","author":"kuno1","date":"2020-12-21 10:45:23"},"1.1.3":{"tag":"1.1.3","author":"kuno1","date":"2022-03-22 13:37:08"},"1.1.4":{"tag":"1.1.4","author":"kuno1","date":"2022-03-22 14:00:15"},"1.1.5":{"tag":"1.1.5","author":"kuno1","date":"2022-03-22 23:49:04"},"1.1.6":{"tag":"1.1.6","author":"kuno1","date":"2022-03-28 06:00:00"},"1.2.0":{"tag":"1.2.0","author":"Tarosky","date":"2025-02-01 15:05:59"},"1.2.1":{"tag":"1.2.1","author":"Tarosky","date":"2025-02-04 03:34:03"}},"upgrade_notice":[],"ratings":{"1":0,"2":0,"3":0,"4":0,"5":"1"},"assets_icons":{"icon-128x128.png":{"filename":"icon-128x128.png","revision":3251462,"resolution":"128x128","location":"assets","locale":""},"icon-256x256.png":{"filename":"icon-256x256.png","revision":3251462,"resolution":"256x256","location":"assets","locale":""}},"assets_banners":{"banner-1544x500.png":{"filename":"banner-1544x500.png","revision":3251462,"resolution":"1544x500","location":"assets","locale":""},"banner-772x250.png":{"filename":"banner-772x250.png","revision":3251462,"resolution":"772x250","location":"assets","locale":""}},"assets_blueprints":{},"all_blocks":[],"tagged_versions":["1.0.1","1.1.0","1.1.1","1.1.3","1.1.4","1.1.5","1.1.6","1.2.0","1.2.1"],"block_files":[],"assets_screenshots":[],"screenshots":[],"jetpack_post_was_ever_published":false},"plugin_section":[],"plugin_tags":[1445,132,2662,538],"plugin_category":[],"plugin_contributors":[171267,83237,142014],"plugin_business_model":[],"class_list":["post-130474","plugin","type-plugin","status-publish","hentry","plugin_tags-archive","plugin_tags-author","plugin_tags-permalink","plugin_tags-url","plugin_contributors-kuno1","plugin_contributors-takahashi_fumiki","plugin_contributors-tarosky","plugin_committers-kuno1","plugin_committers-marikomorimoto","plugin_committers-takahashi_fumiki","plugin_committers-tarosky","plugin_committers-toru"],"banners":{"banner":"https:\/\/ps.w.org\/hide-author-archive\/assets\/banner-772x250.png?rev=3251462","banner_2x":"https:\/\/ps.w.org\/hide-author-archive\/assets\/banner-1544x500.png?rev=3251462","banner_rtl":false,"banner_2x_rtl":false},"icons":{"svg":false,"icon":"https:\/\/ps.w.org\/hide-author-archive\/assets\/icon-128x128.png?rev=3251462","icon_2x":"https:\/\/ps.w.org\/hide-author-archive\/assets\/icon-256x256.png?rev=3251462","generated":false},"screenshots":[],"raw_content":"<!--section=description-->\n<p>This plugin will hide author's archive.\nIf your don't need author parameter, this plugin may enhance your site's security from bot inspection.<\/p>\n\n<ol>\n<li>No more <code>?author=1<\/code> redirection to <code>\/author\/admin<\/code><\/li>\n<li>Ignore query var like <code>author=1<\/code> or <code>author_name=admin<\/code><\/li>\n<li>Hide user list in REST API from user without permission <code>list_users<\/code> or <code>edit_others_posts<\/code>. This capability is filterable.<\/li>\n<\/ol>\n\n<pre>\n\/**\n * Filter capabilities to see author list.\n *\n * @param string[] $caps List of capabilities.\n *\/\nadd_filter( 'hide_author_archive_rest_query_capability', function( $caps ) {\n    $caps[] = 'read';\n    return $caps;\n} );\n<\/pre>\n\n<p>Besides that, this plugin tries to remove author information from meta tags and JSON-LD as possible as it can.<\/p>\n\n<ul>\n<li>Override author section in oEmbed.<\/li>\n<\/ul>\n\n<p>Some organization needs to hide author information of each article.<\/p>\n\n<h4>Supported Plugins<\/h4>\n\n<p>Yoast<\/p>\n\n<ol>\n<li>Remove <code>meta=author<\/code><\/li>\n<li>Override author section in Article scheme in JSON-LD<\/li>\n<li>Hide author section in Slack sharing.<\/li>\n<li>Hide <code>article:author<\/code> in OGP.<\/li>\n<\/ol>\n\n<!--section=installation-->\n<p>Search \"hide author archives\" in admin screen.\nAltenatively, you can install it manually like below:<\/p>\n\n<ol>\n<li>Upload <code>hide-author-archive<\/code> folder to the <code>\/wp-content\/plugins\/<\/code> directory<\/li>\n<li>Activate the plugin through the 'Plugins' menu in WordPress<\/li>\n<\/ol>\n\n<!--section=faq-->\n<dl>\n<dt id='there%20is%20still%20author%20name%20exposed%21'><h3>There is still author name exposed!<\/h3><\/dt>\n<dd><p>Our fundamental goal is covering Core features.\nBut feel free to let us know and request new features.<\/p><\/dd>\n<dt id='how%20to%20contribute'><h3>How To Contribute<\/h3><\/dt>\n<dd><p>We host plugin on <a href=\"https:\/\/github.com\/tarosky\/hide-author-archive\">github<\/a> and any issues and pull requests are welcomed!<\/p><\/dd>\n\n<\/dl>\n\n<!--section=changelog-->\n<h4>1.2.1<\/h4>\n\n<ul>\n<li>Add some more filters for Yoast and oEmbed(Core).<\/li>\n<\/ul>\n\n<h4>1.2.0<\/h4>\n\n<ul>\n<li>Add override function for Yoast.<\/li>\n<\/ul>\n\n<h4>1.1.5<\/h4>\n\n<ul>\n<li>Hide single REST API for single user get <code>wp\/v2\/users\/1<\/code>.<\/li>\n<li>Editor can see REST API users get to change author of posts.<\/li>\n<\/ul>\n\n<h4>1.1.1<\/h4>\n\n<ul>\n<li>Support REST API.<\/li>\n<li>Fix coding standards.<\/li>\n<\/ul>\n\n<h4>1.0.0<\/h4>\n\n<ul>\n<li>First release<\/li>\n<\/ul>","raw_excerpt":"Hide author archive URL of WordPress.","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/ur.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/130474","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/ur.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin"}],"about":[{"href":"https:\/\/ur.wordpress.org\/plugins\/wp-json\/wp\/v2\/types\/plugin"}],"replies":[{"embeddable":true,"href":"https:\/\/ur.wordpress.org\/plugins\/wp-json\/wp\/v2\/comments?post=130474"}],"author":[{"embeddable":true,"href":"https:\/\/ur.wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/tarosky"}],"wp:attachment":[{"href":"https:\/\/ur.wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=130474"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/ur.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=130474"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/ur.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=130474"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/ur.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=130474"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/ur.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=130474"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/ur.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=130474"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}