Forums

Admin Management Xtended
[resolved] Remove meta (2 posts)

  1. Jabawack
    Member
    Posted 5 months ago #

    How can i remove meta tag:
    <meta name='Admin Management Xtended WordPress plugin' content='2.2.4' />

    Thank you very much.

    Andrea

    http://wordpress.org/extend/plugins/admin-management-xtended/

  2. Alphawolf
    Member
    Posted 5 months ago #

    Adding this to your theme's functions.php should do the trick:

    function ame_remove_feheader() {
    	remove_action('wp_head', 'ame_feheader_insert', 1);
    }
    add_action('init', 'ame_remove_feheader', 1);

Reply

You must log in to post.

About this Plugin

About this Topic