Docs & Support

Learn about all Business Directory’s features and get support from our amazing customer success team.

wpbdp_thumbnail_html

Heads up!
This article contains PHP code and is intended for developers. We offer this code as a courtesy, but don’t provide support for code customizations or 3rd party development.

This hook can be used to filter the listing main thumbnail HTML.

Usage

add_filter( 'wpbdp_thumbnail_html', 'bd_add_class_to_thumbnail' );

Parameters

  • $image_html (string) The listing thumbnail HTML

Examples

Add class

This example will add a class attribute to listing main thumbnail

add_filter( 'wpbdp_thumbnail_html', 'bd_add_class_to_thumbnail' );
function bd_add_class_to_thumbnail( $html ) {
    $css_class = 'new-class ';
    $html = str_replace( 'class="', 'class="' . $css_class, $html );
    return $html;
}

Change Log

Added in version 5.9

Was this article helpful? *

This article may contain affiliate links. Once in a while, we earn commissions from those links. But we only recommend products we like, with or without commissions.

In this article

    We have a small, but amazing team of dedicated people who are committed to helping you achieve your goals and project requirements.


    Copyright © 2010-2025 S11 Directories, LLC.

    Complete your purchase
    Special offer unlocked.
    Get 55% OFF!
    Complete Purchase
    Join 20,000+ using Business Directory Plugin to build website directories fast. Get Started