Hide Author Archive
by TAROSKY INC. on WordPress.org
This plugin will hide author’s archive.
If your don’t need author parameter, this plugin may enhance your site’s security from bot inspection.
- No more
?author=1redirection to/author/admin - Ignore query var like
author=1orauthor_name=admin - Hide user list in REST API from user without permission
list_usersoredit_others_posts. This capability is filterable.
/**
* Filter capabilities to see author list.
*
* @param string[] $caps List of capabilities.
*/
add_filter( 'hide_author_archive_rest_query_capability', function( $caps ) {
$caps[] = 'read';
return $caps;
} );
Besides that, this plugin tries to remove author information from meta tags and JSON-LD as possible as it can.
- Override author section in oEmbed.
Some organization needs to hide author information of each article.
Supported Plugins
Yoast
- Remove
meta=author - Override author section in Article scheme in JSON-LD
- Hide author section in Slack sharing.
- Hide
article:authorin OGP.
Active installations500+
Weekly downloads
103-16.94%
Version1.2.1
Last updated2/4/2025
WordPress version5.9
Tested up to6.7.2
PHP version7.4
Tags
archiveauthorpermalinkurl