Iain Poulson

Results 52 comments of Iain Poulson

https://github.com/johnbillion/user-switching/issues/14 ``` add_action('wp_die_handler', function($handler) { parse_str($_SERVER['QUERY_STRING'], $query); if ( $query['action'] === 'switch_to_olduser' ) { wp_redirect(get_bloginfo('wpurl') . $_SERVER['REQUEST_URI']); exit; } return $handler; }); ```

Did you manage to recreate @reygcalantaol?

![image](https://user-images.githubusercontent.com/1770201/114671257-cc1b5600-9cfb-11eb-84f5-76659ebf5ed6.png)

https://github.com/pqina/filepond/issues/91#issuecomment-457516545

@kushsharma are you still using the plugin? Do you have the issue with removing the avatar still?

Vote https://wordpress.org/support/topic/adding-filepond-as-uploader-2/

Personally I think the majority of the admin related stuff makes more sense in the wp admin. The wip PR will replicate admin, without removing from the frontend. Currently looking...

True, but if you were building the plugin from scratch as a WP plugin, wouldn't you utilise the WP admin, tables, UI and functionality to manage adding, editing projects etc?

It's only available in the frontend because GP has no backend