How can I change the site’s bloginfo description in runtime from a plugin?
I tried these, but none of them work:
add_filter('description', 'ab_arq_generate');
add_filter('blogdescription', 'ab_arq_generate');
My point would be to make a random quote in the place of the description regardless of the actual template.