Hello, I wanted redo the the output generated by the $html variable using the same args values originally passed into the rpwe_get_recent_posts() function by the widget form instance. The easiest way for me to recreate the $html output with the same args was to also pass the $args value along with $html variable in the filter. Currently you have a rpwe_markup filter that passes just the $html variable. Is it possible that you add the $args as well? or will that cause an error somewhere?
Hello, I wanted redo the the output generated by the $html variable using the same args values originally passed into the rpwe_get_recent_posts() function by the widget form instance. The easiest way for me to recreate the $html output with the same args was to also pass the $args value along with $html variable in the filter. Currently you have a rpwe_markup filter that passes just the $html variable. Is it possible that you add the $args as well? or will that cause an error somewhere?
Thanks