AI Verified

Name

Default featured image

Language

PHP

Rating

Voted: 0 by 0 user(s)

Codevault

ActionSkills

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.

Website/ Profile URL:

https://actionskills.co

History

Last modified:

31/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

Default featured image

 
                    
1function my_filter_thumbnail_id( $thumbnail_id, $post = null ) {
2 if ( ! $thumbnail_id ) {
3 $thumbnail_id = 4571; //id of default featured image
4 }
5 
6 return $thumbnail_id;
7 }
8 
9 add_filter( 'post_thumbnail_id', 'my_filter_thumbnail_id', 20, 5 );

0

Related Snippets

Please see some snippets below related to this snippet..

General

AI Verified

0

Disable and Delete Image Sizes Generated by WordPress

Added: 9 months ago

Last Updated: 9 months ago

This WordPress code snippet optimizes image handling by disabling automatic generation of various image sizes during uploads and removing existing generated sizes, thereby enhancing site performance a...

General

AI Verified

1

Remember me / Keep WP users logged in for 1 year

Added: 8 months ago

Last Updated: 2 months ago

Keep Wordpress users logged in for one year

General

AI Verified

1

Address Autocomplete For Elementor Forms

Added: 7 months ago

Last Updated: 7 months ago

Allows you to uses Google Maps API to autosuggest an address in an Elementor Form.

Other Snippets in this Codevault

These are some popular snippets from this users codevault..

General

Unverified

0

Disable Comments

Added: 9 months ago

Last Updated: 3 weeks ago

General

AI Verified

0

Remove tag and category taxonomy

Added: 9 months ago

Last Updated: 9 months ago

Divi Builder

Unverified

0

Divi - Disable Project CPT and Taxonomy

Added: 9 months ago

Last Updated: 3 weeks ago