Page Links To
-
Just to make a note:
If you want WordPress and Page Links To v2.6 to work you need to change the following rules:
if ( isset( $links[$id] ) && $links[$id] ) $link = esc_url( $links[$id] ); return $link;
to:
if ( isset( $links[$id] ) && $links[$id] ) $link = $links[$id]; return __("$link");
You can now make URL’s like: https://www.example.%5B:en%5Dcom%5B:nl%5Dnl
Thought it would be neat to update this…
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Page Links To’ is closed to new replies.