AI Verified

Name

get_relative_permalink

About

refer to https://wordpress.stackexchange.com/questions/63323/get-permalink-without-domain-i-e-get-relative-permalink

Language

PHP

Rating

Voted: 1 by 3 user(s)

How to Setup Snippet

Use the finction get_relative_permalink()

Codevault

hoofer

Scroll down to see more snippets from this codevault.

Wordpress Compatability

The author has indicated that this snippet is compatable up to wordpress version: Not Specified

Our AI bot has checked this snippet is compatable up to wordpress version: 6.1

Code Snippet Plugin Sync

Free & Pro

Download this snippet by clicking the download button, then head over to the Code Snippet Plugin settings in your wordpress admin dashboard, select the import menu then upload this file to import into your wordpress site.

Pro Only (Coming Soon)

You will be able to click a button and sync this snippet to your wordpress site automatically and from your dashboard manage all code snippets across all your wordpress sites that have the Code Snippets Pro plugin installed.

History

Last modified:

12/09/2023

Important Note

This snippet has the following status:

AI Verified

This snippet has been tested by our AI bot, see any comments below.

AI Bot Comments:

Found 0 vulnerabilities

get_relative_permalink

 
                    
1// refer to https://wordpress.stackexchange.com/questions/63323/get-permalink-without-domain-i-e-get-relative-permalink
2function get_relative_permalink( $post = 0, $leavename = false ) {
3 return str_replace( home_url(), "", get_permalink($post, $leavename) );
4}

1

Related Snippets

Please see some snippets below related to this snippet..

General

AI Verified

0

Reading time

Added: 11 months ago

Last Updated: 10 months ago

General

AI Verified

2

redirect user to a page

Added: 1 year ago

Last Updated: 5 hours ago

This will redirect a user to any page after 10 sec.

General

Unverified

0

Confetti JS Script

Added: 3 months ago

Last Updated: 3 months ago

Other Snippets in this Codevault

These are some popular snippets from this users codevault..

General

AI Verified

3

Autopopulate menu item with posts by post type

Added: 1 year ago

Last Updated: 11 months ago

Autopopulate menu item with posts by post type as submenu items

WordPress Admin

AI Verified

2

Disable admin notices by text string

Added: 1 year ago

Last Updated: 1 year ago

In $forbidden_message_strings array, provide a list of keywords or phrases that you want to disable. Provide a longer phrase to increase specificity

WordPress Admin

AI Verified

1

Save in WP Admin with CTRL + S

Added: 1 year ago

Last Updated: 1 month ago

Save time by hitting CTRL/CMD + S instead of scrolling to find the Save/Update/Publish button