Hi,

Today I would like to try AnsPress on my WordPress website I’ve already working filter like this :

add_filter(‘plugins_url’, ‘correct_form_url’);
function correct_form_url($url) {

… my stuff

}

But it doesn’t work only for Anspress plugins. After some investigations i found the problem. On WordPress plugins are loaded earler than my theme/functions.php so my filter is loaded after AnsPress initialization. AnsPress use “plugins_url” function into “_setup_constants()” function into initialization…

Can you fix this one? Because we can’t filter each WordPress functions used in AnsPress initialization.

Thanks !

I feel like there should be a way to see this as a view. Thanks!

I have been testing the subscription for tags and it lets me subscribe but once subscribed it wont let me unsubscribe.

I would like to remove this. Is there a setting someplace?