Please remove feedzy_add_item_padding function
-
public function feedzy_add_item_padding( $itemAttr, $sizes ) { $paddinTop = number_format( ( 15 / 150 ) * $sizes['height'], 0 ); $paddinBottom = number_format( ( 25 / 150 ) * $sizes['height'], 0 ); $stylePadding = ' style="padding: ' . $paddinTop . 'px 0 ' . $paddinBottom . 'px"'; return $itemAttr . $stylePadding; }
please for the love of god remove this function adding inline css into the widget, I’ve been disabling this code since 2 years ago on every single update.
At the very least make this an option to toggle on/off.
thanks
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Please remove feedzy_add_item_padding function’ is closed to new replies.