This plugin is outdated and might not be supported anymore
Hide Author Archive

Hide Author Archive

Details
View on WordPress

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.

  1. No more ?author=1 redirection to /author/admin
  2. Ignore query var like author=1 or author_name=admin
  3. Hide user list in REST API from user without permission list_users or edit_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

  1. Remove meta=author
  2. Override author section in Article scheme in JSON-LD
  3. Hide author section in Slack sharing.
  4. Hide article:author in OGP.

Details

Plugin code:
hide-author-archive
Plugin version:
1.2.1
Author:
Outdated:
Yes
WP version:
5.9 or higher
PHP version:
7.4 or higher
Test up to WP version:
6.7.1
Total installations:
500
Last updated:
2025-02-04
Rating:
Times rated:
1
archive
author
permalink
url