• Hi,

    is it possible to allow link like this:
    Open in Excel
    in navigation menu?

    i think it needs some filtering to functions.php but what?

    at least:
    add_filter( ‘http_request_args’, function( $args ) {
    $args[‘reject_unsafe_urls’] = false;

    doesnt work..

Viewing 3 replies - 1 through 3 (of 3 total)
  • Moderator t-p

    (@t-p)

    I recommend asking at your theme’s support so its developers and support community can help you with this.

    Thread Starter petrodin

    (@petrodin)

    Okay and seems that this filtered it too after posting…

    original was formed like:
    <a href="ms-excel:ofe|u|file://localfile/excel.xls">excel file</a>

    Thread Starter petrodin

    (@petrodin)

    In theme support side they said it would be core wordpress that does filter url like that out.. is it like that or?
    is there possible to allow anykind of url format in navigation menu?

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘custom links in navigation’ is closed to new replies.