bd_pro_only_feature_class, $pro_class, $this->field_slug, $this
bd_pro_only_feature_class, $pro_class, $this->field_slug, $this
Appears in: bulk-delete.6.12
Hook Type: filter
Displaying hooks found in version: bulk-delete.6.12apply_filters('bd_pro_only_feature_class, $pro_class, $this->field_slug, $this') is found 1 times:
- /include/Core/Base/Mixin/Renderer.php line 625
* @param string $pro_class HTML class. * @param string $field_slug Field Slug of module. * @param \BulkWP\BulkDelete\Core\Base\BaseModule $module Module. */ $pro_class = apply_filters( 'bd_pro_only_feature_class', $pro_class, $this->field_slug, $this ); //phpcs:ignore ?> <span class="<?php echo sanitize_html_class( $pro_class ); ?>" style="color:red"> <?php echo '<span class="open-upsell pro-feature-inline">Available in PRO</span>'; ?> </span> <?php endif; ?>