AI Verified

Name

FacetWp - Default featured Image

Language

PHP

Rating

Voted: 0 by 0 user(s)

How to Setup Snippet

https://facetwp.com/help-center/developers/hooks/output-hooks/facetwp_builder_dynamic_tags/#dynamic-tag-for-the-featured-image-with-fallback-image

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:

13/12/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

FacetWp - Default featured Image

 
                    
1add_filter( 'facetwp_builder_dynamic_tags', function( $tags, $params ) {
2 $tags['attachment:url'] = ( $image = wp_get_attachment_image_url( get_post_thumbnail_id(), 'medium' ) ) ? esc_url( $image ) : '/wp-content/uploads/featured-image.png';
3 return $tags;
4}, 10, 2 );
5 
6// https://facetwp.com/help-center/developers/hooks/output-hooks/facetwp_builder_dynamic_tags/#dynamic-tag-for-the-featured-image-with-fallback-image
7// HTML Block, class: facet-image <p><img class=" attachment-thumbnail size-thumbnail wp-post-image" src="{{ attachment:url }}" width="150" height="150" /></p>'
8// CSS: .fwpl-item { width: calc(100% - 170px); float: left; } .fwpl-item.facet-image { width: 150px; margin-right: 20px; }

0

Related Snippets

Please see some snippets below related to this snippet..

General

AI Verified

0

Purge The Site

Added: 7 months ago

Last Updated: 7 months ago

General

AI Verified

0

Format date

Added: 7 months ago

Last Updated: 7 months ago

General

AI Verified

0

Custom WordPress Image Sizes

Added: 1 year ago

Last Updated: 1 year ago

A snippet for custom WordPress image sizes

Other Snippets in this Codevault

These are some popular snippets from this users codevault..

General

AI Verified

0

Disable Comments

Added: 6 months ago

Last Updated: 4 months ago

General

AI Verified

0

Remove tag and category taxonomy

Added: 6 months ago

Last Updated: 6 months ago

Divi Builder

AI Verified

0

Divi - Disable Project CPT and Taxonomy

Added: 6 months ago

Last Updated: 6 months ago