AI Verified

Name

Remove Private Title

Language

PHP

Rating

Voted: 0 by 0 user(s)

Codevault

Shlomi

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

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.

Website/ Profile URL:

https://shlomi.me

History

Last modified:

16/05/2024

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

Remove Private Title

 
                    
1add_filter( 'private_title_format', 'bl_remove_private_title' );
2 
3function bl_remove_private_title( $title ) {
4 // Return only the title portion as defined by %s, not the additional
5 // 'Private: ' as added in core
6 return "%s";
7}
8// END remove "Private: " from titles

0

Related Snippets

Please see some snippets below related to this snippet..

General

AI Verified

0

Remove Google Fonts

Added: 9 months ago

Last Updated: 9 months ago

General

AI Verified

0

Migrate BasePress -> BetterDocs: 3. Feedback

Added: 11 months ago

Last Updated: 11 months ago

<p>Use these to migrate data from BasePress to BetterDocs, or clone them and customize to migrate to some other structure.</p> <p>Import all 4 snippets, then run them in order. This will handle docs,...

General

AI Verified

0

Featured image open graph meta tag

Added: 1 year ago

Last Updated: 1 year ago

Adds an open graph tag to your site for posts that have a featured image, allowing it to show up in RSS feeds and on social media sites.

Other Snippets in this Codevault

These are some popular snippets from this users codevault..

General

AI Verified

2

Remove Protected Title

Added: 4 months ago

Last Updated: 2 months ago

Security

AI Verified

1

Force Login Shortcode

Added: 4 months ago

Last Updated: 4 months ago

General

AI Verified

1

Disable Gravatar

Added: 4 months ago

Last Updated: 4 months ago