/* Create Page Slug Shortcode*/
function page_slug_shordcode(){
$slug = get_post_field( 'post_name');
echo $slug;
}
add_shortcode( 'pageslug', 'page_slug_shordcode' );
Preview:
downloadDownload PNG
downloadDownload JPEG
downloadDownload SVG
Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!
Click to optimize width for Twitter