Rating: 5 stars
for higher than php7.2 you need to change le last line of /wp-content/plugins/shortcurl/index.php
old:
add_action('widgets_init', create_function('', 'return register_widget("SHORTCURL_Widget_Class");'));
new:
add_action('widgets_init', function(){return register_widget("SHORTCURL_Widget_Class");});
Rating: 5 stars
This is a BRILLIANT plugin! It does exactly what it promises with no muss no fuss! THANK YOU for this gem!
]]>Rating: 5 stars
Very good job , is very useful in my project !
]]>Rating: 5 stars
Replaced my need for iframes once and for all. Some more info about the usage might be nice. thanks.
]]>Rating: 5 stars
It’s not for the feint of heart, but if you understand the concepts, this will solve what has been an ongoing issue with iFrames – auto height.
]]>