• vTermin

    (@vtermin)


    <?php
    header( 'Content-Type: application/opensearchdescription+xml' );
    header( 'Encoding: ' . get_bloginfo( 'charset' ) );
    header( 'Content-Type: text/html;' . get_bloginfo( 'charset' ));
    
    echo '<?xml version="1.0" encoding="' . get_bloginfo( 'charset' ) . '"?>' . PHP_EOL;
    ?>

    https://wordpress.org/plugins/open-search-document/

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)

The topic ‘Content-Type charset in open-search-document-xml.php’ is closed to new replies.