Unverified

Name

create shortcode returns current page title

Language

PHP

Rating

Voted: 0 by 0 user(s)

How to Setup Snippet

- add it as php snippet - place the shortcode [page_title] to view the current page title - works in elementor too.

Codevault

nsfcom

Scroll down to see more snippets from this codevault.

Wordpress Compatability

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

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.

Snippet Source:

https://ahmedsiddieg.com

History

Last modified:

30/08/2024

Important Note

This snippet has the following status:

Unverified

This snippet has not been verified, use with caution and at your own risk. See details provided by author in sidebar and click below to find out more.

create shortcode returns current page title

 
                    
1// create shortcode returns current page title
2 
3function page_title_shortcode() {
4 
5 $title = wp_get_document_title();
6 error_log(var_export($title, true));
7 
8 return $title;
9 
10}
11 
12add_shortcode('page_title', 'page_title_shortcode');

0

Related Snippets

Please see some snippets below related to this snippet..

General

AI Verified

1

PHP: Enable Excerpts on Pages

Added: 1 year ago

Last Updated: 1 year ago

<p>Adds the excerpt input box to pages, just like posts.</p>

General

AI Verified

0

ID - media

Added: 9 months ago

Last Updated: 9 months ago

Zobrazí ID každého souboru v mediích

General

AI Verified

0

Admin CSS on free snippets

Added: 3 months ago

Last Updated: 2 months ago

Other Snippets in this Codevault

These are some popular snippets from this users codevault..

General

Unverified

0

create shortcode returns current page title

Added: 2 weeks ago

Last Updated: 2 weeks ago

WooCommerce

AI Verified

0

change currency symbol to AED

Added: 5 months ago

Last Updated: 5 months ago

add it to functions.php

WooCommerce

Unverified

0

add shortcode returns current category URL

Added: 2 weeks ago

Last Updated: 2 weeks ago