WPDev.one
Core Function
View Source on Trac ↗

block_core_navigation_link_maybe_urldecode()

block_core_navigation_link_maybe_urldecode( mixed $url )

Decodes a url if it's encoded, returning the same url if not.

Parameters 1 required

Name / Type Description
$url
string

The url to decode.

Required

Return Value

(string)
$url Returns the decoded url.

Function Information

Since Version
6.2.0
Source File
wp-includes/blocks/navigation-link.php
Advertisement