Home › Forums › Pro Support › Cards with Elementor › Reply To: Cards with Elementor
September 23, 2019 at 4:10 pm
#11248
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' );
} );