I was getting the following error with PHP 7.2:
[04-Dec-2018 12:55:14 UTC] PHP Deprecated: Function create_function() is deprecated in /wp-content/plugins/bbpress-advanced-recent-topics-widget/bbpress-advanced-recent-topics-widget.php on line 188
My fix was to change line 188 to this:
add_action('widgets_init', function() { register_widget("BBP_Recent_Topics_Widget_Advanced"); } );
Hi
I have set order by: Topics With Recent Replies. Also I have set pagination on topics. So when I click on the topic in the sidebar it directs me to the beginning of the thread. I would like to directs at the end of it, to the last added post. How can I do this? Anyone? Help me please.
https://www.ads-software.com/plugins/bbpress-advanced-recent-topics-widget/
]]>