get_the_generator_{$type}

get_the_generator_{$type}

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-6.7.2

apply_filters('get_the_generator_{$type}') is found 1 times:

  • /wp-includes/general-template.php line 5083
    5079
    5080
    5081
    5082
    5083
    5084
    5085
    5086
    5087
    5088
    5089
         * @param string $gen  The HTML markup output to wp_head().
         * @param string $type The type of generator. Accepts 'html', 'xhtml', 'atom',
         *                     'rss2', 'rdf', 'comment', 'export'.
         */
        return apply_filters( "get_the_generator_{$type}", $gen, $type );
    }
     
    /**
     * Outputs the HTML checked attribute.
     *
     * Compares the first two arguments and if identical marks as checked.