WordPress Business Directory Plugin

Create any kind of directory on your site, easily

  • Features
  • Pricing
  • Blog
  • Support
  • Login
  • Get Started

wpbdp_thumbnail_html

Last Updated: February 23, 2021

  1. Home
  2. Knowledge Base
  3. Customizations
  4. Hooks - For Developers
  5. 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?

You must log in to vote
Yes No

Related Articles

  • wpbdp_get_page_ids
  • wpbdp_allow_template_override
  • wpbdp_use_template_[template id]
  • wpbdp_skip_page_1
  • wpbdp_settings_subtab_[subtab name]
  • wpbdp_before_excerpts

Topics

  • Usage
  • Parameters
  • Examples
    • Add class
  • Change Log

Quick Links

  • Knowledge Base
  • Getting Started Guide
  • Change Log

Build Easy Directory Listings

Our WordPress directory plugin will help you create the online listings website you've been planning. And with our 14-day risk-free trial, there's no reason to wait.
Start earning customers today.

Get Business Directory Now

Resources

  • Blog
  • Contact
  • Video Tutorials
  • Affiliates
  • Best Directory Websites Showcase
  • Demo

Purchase

  • Pricing
  • Business Directory Themes
  • Free Business Directories

Our Brands

  • Formidable Forms
  • AWP Classifieds

Business Directory Plugin for WordPress

Copyright © 2010–2021 Strategy11 LLC
Privacy Policy | Terms of Service | Sitemap

Join 20,000+ using Business Directory Plugin to build website directories fast. Get Started See User Reviews