Tagged: ,

Viewing 1 reply thread
  • Author
    Posts
    • #7567

      after piklist install I have
      <meta name="generator" content="Piklist " /> in wp_head
      how to remove it? and what for you guys do it.
      this functions wasn’t in previous version
      now it’s override my plugin functionality for clean wordpress <head>
      and this:
      remove_action( 'wp_head', 'wp_generator');
      doesn’t help, when I have piklist installed.

    • #7575
      Steve
      Keymaster

      You can remove the generator using this function:

      
      remove_action('wp_head', array('piklist_theme', 'version_in_header'));
      • #7577

        thanks, for fast reply Steve.
        nice to see you again on this forum.

      • #7578
        Steve
        Keymaster
        This reply has been marked as private.
Viewing 1 reply thread
  • The topic ‘generator – Piklist’ is closed to new replies.