custom links in navigation
-
Hi,
is it possible to allow link like this:
<a href="ms-excel:ofe|u|file://localfile/excel.xls">excel file</a>
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)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘custom links in navigation’ is closed to new replies.