Title: flotschie's Replies | WordPress.org

---

# flotschie

  [  ](https://wordpress.org/support/users/flotschie/)

 *   [Profile](https://wordpress.org/support/users/flotschie/)
 *   [Topics Started](https://wordpress.org/support/users/flotschie/topics/)
 *   [Replies Created](https://wordpress.org/support/users/flotschie/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/flotschie/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/flotschie/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/flotschie/engagements/)
 *   [Favorites](https://wordpress.org/support/users/flotschie/favorites/)

 Search replies:

## Forum Replies Created

Viewing 6 replies - 1 through 6 (of 6 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Code Snippets] Settings not applied after deleted wp folder was recreated from backup](https://wordpress.org/support/topic/settings-not-applied-after-deleted-wp-folder-was-recreated-from-backup/)
 *  Thread Starter [flotschie](https://wordpress.org/support/users/flotschie/)
 * (@flotschie)
 * [6 years, 3 months ago](https://wordpress.org/support/topic/settings-not-applied-after-deleted-wp-folder-was-recreated-from-backup/#post-12353092)
 * It seems it was a nginx issue. Some css was blocked. Re-configuring nginx solved
   the issue. Many thanks for your feedback.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[JWT Authentication for WP REST API] Custom endpoint is unprotected](https://wordpress.org/support/topic/custom-endpoint-is-unprotected/)
 *  Thread Starter [flotschie](https://wordpress.org/support/users/flotschie/)
 * (@flotschie)
 * [7 years, 3 months ago](https://wordpress.org/support/topic/custom-endpoint-is-unprotected/#post-11121782)
 * Yes I solved it. The documentation is in my opinion misleading. Only /jwt-auth/
   v1 endpoints are protected and work like expected. User gets automatically logged
   in and can be checked via is_user_logged_in().
 * But don’t worry, just create your custom endpoints in the /jwt-auth/v1 namespace,
   e.g.:
 *     ```
         register_rest_route('/jwt-auth/v1', 'profile', array(
       	'methods' => 'POST',
       	'callback' => 'wc_rest_get_profile_handler',
       	'permission_callback' => function($request){	  
       	  return is_user_logged_in();
       	}
         )); 
       ```
   
    -  This reply was modified 7 years, 3 months ago by [flotschie](https://wordpress.org/support/users/flotschie/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Code Snippets] add_filter causes php_network_getaddresses: getaddrinfo failed: Name or service](https://wordpress.org/support/topic/add_filter-causes-php_network_getaddresses-getaddrinfo-failed-name-or-service/)
 *  Thread Starter [flotschie](https://wordpress.org/support/users/flotschie/)
 * (@flotschie)
 * [7 years, 4 months ago](https://wordpress.org/support/topic/add_filter-causes-php_network_getaddresses-getaddrinfo-failed-name-or-service/#post-11083850)
 * I found the issue, the extend_token function called other sub functions which
   contained database connections with invalid parameters.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[JWT Authentication for WP REST API] Connection failed](https://wordpress.org/support/topic/connection-failed-3/)
 *  Thread Starter [flotschie](https://wordpress.org/support/users/flotschie/)
 * (@flotschie)
 * [7 years, 4 months ago](https://wordpress.org/support/topic/connection-failed-3/#post-11083847)
 * I found the issue, the extend_token function called other sub functions which
   contained database connections with invalid parameters.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Form Maker by 10Web - Mobile-Friendly Drag & Drop Contact Form Builder] $POST empty after form submit](https://wordpress.org/support/topic/post-empty-after-form-submit/)
 *  Thread Starter [flotschie](https://wordpress.org/support/users/flotschie/)
 * (@flotschie)
 * [7 years, 5 months ago](https://wordpress.org/support/topic/post-empty-after-form-submit/#post-10909529)
 * Thank you for your answer. You mean, instead of transfering the values to another
   page, I should show the text on the form page? This is not what I want originally.
   Could you please give an example what do you mean?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Form Maker by 10Web - Mobile-Friendly Drag & Drop Contact Form Builder] How to get rid of space between fields and space next to submit button?](https://wordpress.org/support/topic/how-to-get-rid-of-space-between-fields-and-space-next-to-submit-button/)
 *  Thread Starter [flotschie](https://wordpress.org/support/users/flotschie/)
 * (@flotschie)
 * [7 years, 5 months ago](https://wordpress.org/support/topic/how-to-get-rid-of-space-between-fields-and-space-next-to-submit-button/#post-10905948)
 * [http://s758169971.online.de/](http://s758169971.online.de/)

Viewing 6 replies - 1 through 6 (of 6 total)