We're merging with GenerateBlocks! Learn more here.

Support Forum

Please login to receive premium support.

Support for the free plugin can be found here.

Home Forums Pro Support Cards with Elementor Reply To: Cards with Elementor

#11248
Tom
Keymaster

Weird, looking at the code, it really shouldn’t matter.

Maybe try this?:

add_action( 'wp', function() {
    add_filter( 'wpsp_image_title', '__return_false' );
} );