Title: Caleb's Replies | WordPress.org

---

# Caleb

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

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

 Search replies:

## Forum Replies Created

Viewing 15 replies - 1 through 15 (of 25 total)

1 [2](https://wordpress.org/support/users/cidesign/replies/page/2/?output_format=md)
[→](https://wordpress.org/support/users/cidesign/replies/page/2/?output_format=md)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] Removing logout confirmation](https://wordpress.org/support/topic/removing-logout-confirmation/)
 *  [Caleb](https://wordpress.org/support/users/cidesign/)
 * (@cidesign)
 * [8 years, 10 months ago](https://wordpress.org/support/topic/removing-logout-confirmation/#post-9395769)
 * Hi [@jurasjo](https://wordpress.org/support/users/jurasjo/),
 * I found a workaround, but I can’t get it to work with the WooCommerce endpoint.
   At least the users won’t have to confirm the logout.
 * If you create a custom link in your menu, set the label to “Logout”, and set 
   the URL to [http://yourdomain.com/wp-login.php?action=logout](http://yourdomain.com/wp-login.php?action=logout).
   Then add this function to your _functions.php_ file:
 *     ```
       function change_menu($items){
         foreach($items as $item){
           if( $item->title == "Logout"){
                $item->url = $item->url . "&_wpnonce=" . wp_create_nonce( 'log-out' );
           }
         }
         return $items;
   
       }
       add_filter('wp_nav_menu_objects', 'change_menu');
       ```
   
 * I am still trying to figure out how to redirect users after logout, because I
   don’t want them to see the default WP login page after they logout. Also, I’d
   still like the WooCommerce endpoint to include the _wpnonce_.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] Removing logout confirmation](https://wordpress.org/support/topic/removing-logout-confirmation/)
 *  [Caleb](https://wordpress.org/support/users/cidesign/)
 * (@cidesign)
 * [8 years, 10 months ago](https://wordpress.org/support/topic/removing-logout-confirmation/#post-9378647)
 * I am adding a logout link the same way as [@jurasjo](https://wordpress.org/support/users/jurasjo/)
   and I would also like to know how to remove the logout confirmation. I am using
   WooCommerce endpoints in a menu.
 * There has to be some sort of function that would add the WP nonce to the WooCommerce/
   customer-logout/ endpoint. Having users confirm their logout is not very user-
   friendly.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Post Type Switcher] Bulk Editing : Where are you ?](https://wordpress.org/support/topic/bulk-editing-where-are-you/)
 *  [Caleb](https://wordpress.org/support/users/cidesign/)
 * (@cidesign)
 * [9 years, 9 months ago](https://wordpress.org/support/topic/bulk-editing-where-are-you/#post-8157078)
 * Just as you would bulk edit the Status of a post or the Author. You select all
   the posts you want to modify, click on the ‘Bulk Actions’ drop down, choose ‘
   Edit’, and click apply. This brings up the bulk options and there you can choose
   what post type to move the posts to.
 * Hope that was helpful 🙂
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Groups] Menu changes when logged out](https://wordpress.org/support/topic/menu-changes-when-logged-out/)
 *  Thread Starter [Caleb](https://wordpress.org/support/users/cidesign/)
 * (@cidesign)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/menu-changes-when-logged-out/#post-7223269)
 * That’s not the problem. I fixed it. It was because I had a group with no capabilities.
   Once I gave the group capabilities the menu issue was fixed.
 * Thanks!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Better WordPress reCAPTCHA (with no CAPTCHA reCAPTCHA)] how to add validation on this captcha if its blank](https://wordpress.org/support/topic/how-to-add-validation-on-this-captcha-if-its-blank/)
 *  [Caleb](https://wordpress.org/support/users/cidesign/)
 * (@cidesign)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/how-to-add-validation-on-this-captcha-if-its-blank/#post-6078412)
 * I need this to have validation if blank too.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[SportsPress - Sports Club & League Manager] RSS Feed for Players](https://wordpress.org/support/topic/rss-feed-for-players/)
 *  Thread Starter [Caleb](https://wordpress.org/support/users/cidesign/)
 * (@cidesign)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/rss-feed-for-players/#post-5862923)
 * Awesome thanks!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[SportsPress - Sports Club & League Manager] Remove Nationality and Current Teams from Staff and Player post types](https://wordpress.org/support/topic/remove-nationality-and-current-teams-from-staff-and-player-post-types/)
 *  Thread Starter [Caleb](https://wordpress.org/support/users/cidesign/)
 * (@cidesign)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/remove-nationality-and-current-teams-from-staff-and-player-post-types/#post-5862922)
 * Thanks Brian! That worked for me 🙂
    This plugin is awesome!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Team Rosters] Getting a Warning on Page with Roster Shortcode.](https://wordpress.org/support/topic/getting-a-warning-on-page-with-roster-shortcode/)
 *  Thread Starter [Caleb](https://wordpress.org/support/users/cidesign/)
 * (@cidesign)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/getting-a-warning-on-page-with-roster-shortcode/#post-5784169)
 * Thanks Mark!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Team Rosters] Getting a Warning on Page with Roster Shortcode.](https://wordpress.org/support/topic/getting-a-warning-on-page-with-roster-shortcode/)
 *  Thread Starter [Caleb](https://wordpress.org/support/users/cidesign/)
 * (@cidesign)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/getting-a-warning-on-page-with-roster-shortcode/#post-5784053)
 * Oh wait, I just checked my WordPress backend after adding the code you suggested.
   My whole wordPress admin was a blank white page. But the frontend of my site 
   was working. So I had to remove the code, and the WordPress admin was fine. But
   now the error is still showing up. How can I fix that?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Team Rosters] Getting a Warning on Page with Roster Shortcode.](https://wordpress.org/support/topic/getting-a-warning-on-page-with-roster-shortcode/)
 *  Thread Starter [Caleb](https://wordpress.org/support/users/cidesign/)
 * (@cidesign)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/getting-a-warning-on-page-with-roster-shortcode/#post-5784045)
 * Thank you! That fixed it.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[HTML Import 2] .htaccess code giving me a 500 Internal Server Error](https://wordpress.org/support/topic/htaccess-code-giving-me-a-500-internal-server-error/)
 *  Thread Starter [Caleb](https://wordpress.org/support/users/cidesign/)
 * (@cidesign)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/htaccess-code-giving-me-a-500-internal-server-error/#post-4960150)
 * You can close this post now
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[HTML Import 2] .htaccess code giving me a 500 Internal Server Error](https://wordpress.org/support/topic/htaccess-code-giving-me-a-500-internal-server-error/)
 *  Thread Starter [Caleb](https://wordpress.org/support/users/cidesign/)
 * (@cidesign)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/htaccess-code-giving-me-a-500-internal-server-error/#post-4960149)
 * Thanks for the 6 month late reply.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[New User Approve] Customize Email Sent to new users](https://wordpress.org/support/topic/customize-email-sent-to-new-users/)
 *  Thread Starter [Caleb](https://wordpress.org/support/users/cidesign/)
 * (@cidesign)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/customize-email-sent-to-new-users/#post-4973121)
 * I appreciate it. Thanks.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[New User Approve] Customize Email Sent to new users](https://wordpress.org/support/topic/customize-email-sent-to-new-users/)
 *  Thread Starter [Caleb](https://wordpress.org/support/users/cidesign/)
 * (@cidesign)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/customize-email-sent-to-new-users/#post-4973119)
 * Still waiting for an answer here…..
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[New User Approve] Customizing email message body](https://wordpress.org/support/topic/customizing-email-message-body/)
 *  [Caleb](https://wordpress.org/support/users/cidesign/)
 * (@cidesign)
 * [12 years ago](https://wordpress.org/support/topic/customizing-email-message-body/page/2/#post-4149391)
 * Is the update out yet? If so, how can I customize the email sent to new users?
 * Thanks.

Viewing 15 replies - 1 through 15 (of 25 total)

1 [2](https://wordpress.org/support/users/cidesign/replies/page/2/?output_format=md)
[→](https://wordpress.org/support/users/cidesign/replies/page/2/?output_format=md)