Plugin Directory

Changeset 2080564

Timestamp:
05/04/2019 05:57:54 PM (5 years ago)
Author:
deadwriterssociety
Message:

New version release 1.1

Location:
nietzsche/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • nietzsche/trunk/nietzsche.php

    r2080492 r2080564  
    11<?php
    22/*
    3  * Plugin Name: Nietzsche
    4  * Description: Clean up the header section and removes unnecessary code.
    5  * Version: 1.0
     3 * Plugin Name: Nietzsche
     4 * Description: and removes unnecessary code.
     5 * Version: 1.
    66 * Author: Dead Writers Society
    77 * Author URI: https://deadwriterssociety.com
     
    1818remove_action( 'wp_head', 'feed_links_extra', 3 );                    // Removes all extra RSS feed links.
    1919remove_action( 'wp_head', 'wlwmanifest_link' );                       // Removes wlwmanifest.xml.
    20 remove_action( 'wp_head', 'wp_resource_hints', 2 );                   // Removes meta rel=dns-prefetch href=//s.w.org
     20remove_action( 'wp_head', 'wp_resource_hints', 2 );   // Removes meta rel=dns-prefetch href=//s.w.org
    2121remove_action( 'wp_head', 'adjacent_posts_rel_link_wp_head', 10, 0 ); // Removes relational links for the posts.
    2222
     
    2828remove_action( 'wp_head', 'rest_output_link_wp_head', 10 );
    2929remove_action( 'template_redirect', 'rest_output_link_header', 11, 0 );
     30
     31
     32
     33
     34
     35
  • nietzsche/trunk/readme.txt

    r2080493 r2080564  
    1 === Nietzsche ===
    2 Contributors: Dead Writers Society
    3 Plugin Name: Nietzsche
    4 Tags: cleanup, cleaner, wphead clean, clean up header
     1=== Nietzsche ===
     2Contributors: ociety
     3Plugin Name: Nietzsche
     4Tags: cleanup, cleaner,
    55Requires at least: 4.6
    66Tested up to: 5.2
    7 Stable tag: 1.0
     7Stable tag: 1.
    88License: GPLv2
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
    1010
    11 Clean up the header section and removes unnecessary code.
     11 and removes unnecessary code.
    1212
    1313== Description ==
    1414
    15 Light and fast site header cleaner. Just activate it and all unnecessary code will be deleted.
     15Light and fast .
    1616
    1717This plugin will remove:
     18
    1819* WordPress version
    1920* shortlink
     
    2627* Emoji icons
    2728* WordPress REST API
    28    
     29* oEmbed
     30
     31== Installation ==
     32
     33= FTP =
     34
     351. Unzip the plugin file and extract the folder.
     362. Upload the **nietzsche** folder to the /wp-content/plugins/ directory.
     373. Activate the plugin through the `Plugins` menu in WordPress.
     38
     39= Dashboard =
     40
     411. Upload the plugin through `Plugins` -> `Add new` menu in WordPress.
     422. Activate the plugin through the `Plugins` menu in WordPress.
     43
    2944== Frequently Asked Questions ==
    3045
     
    3550== Changelog ==
    3651
     52
     53
     54
    3755= 1.0 =
    3856* Initial release.
Note: See TracChangeset for help on using the changeset viewer.