Title: jamesbo's Replies | WordPress.org

---

# jamesbo

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Pay with Vipps and MobilePay for WooCommerce] Add company information](https://wordpress.org/support/topic/add-company-information/)
 *  [jamesbo](https://wordpress.org/support/users/jayjayph/)
 * (@jayjayph)
 * [3 years, 7 months ago](https://wordpress.org/support/topic/add-company-information/#post-16258574)
 * There should be at least a hook in this plugin then to hide “Fornavn” to the 
   user then pre-fill it with something like “Firma” because it is a required field.
   Then change the “Etternavn” field’s placeholder to “Firmanavn”.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Search Everything] Exclude Specific Custom Fields](https://wordpress.org/support/topic/exclude-specific-custom-fields/)
 *  [jamesbo](https://wordpress.org/support/users/jayjayph/)
 * (@jayjayph)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/exclude-specific-custom-fields/#post-6176440)
 * Really great plugin out-of-the-box but as Mallander asked, how can we exclude
   specific custom fields not to be searcheable?
 * An example code for the post_where hook will be appreciated.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Swift SMTP (formerly Welcome Email Editor)] Fix: Forgot Password email subject and message](https://wordpress.org/support/topic/fix-forgot-password-email-subject-and-message/)
 *  Thread Starter [jamesbo](https://wordpress.org/support/users/jayjayph/)
 * (@jayjayph)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/fix-forgot-password-email-subject-and-message/#post-4810099)
 * Here is the latest. Works perfect in all of my environment already
 * [https://github.com/jay-jay/SB-Welcome-Email-Editor/commit/f3e0ed664e1e5a207b52a6b97f2b987d18941996](https://github.com/jay-jay/SB-Welcome-Email-Editor/commit/f3e0ed664e1e5a207b52a6b97f2b987d18941996)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Swift SMTP (formerly Welcome Email Editor)] plugin fix](https://wordpress.org/support/topic/plugin-fix/)
 *  [jamesbo](https://wordpress.org/support/users/jayjayph/)
 * (@jayjayph)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/plugin-fix/#post-4507021)
 * To those who are still having this issue. Please check my latest update. This
   works on my development environment and my production environment already. Haven’t
   tested with multi-site yet.
 * [https://github.com/jay-jay/SB-Welcome-Email-Editor/commit/f3e0ed664e1e5a207b52a6b97f2b987d18941996](https://github.com/jay-jay/SB-Welcome-Email-Editor/commit/f3e0ed664e1e5a207b52a6b97f2b987d18941996)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Swift SMTP (formerly Welcome Email Editor)] "Forgot Password" email fields stuck in default settings](https://wordpress.org/support/topic/forgot-password-email-fields-stuck-in-default-settings/)
 *  [jamesbo](https://wordpress.org/support/users/jayjayph/)
 * (@jayjayph)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/forgot-password-email-fields-stuck-in-default-settings/#post-4631873)
 * I checked the plugin and here is a fix.
 * Add these hooks anywhere you like but I prefer adding them before their respective
   functions.
 *     ```
       add_filter ("retrieve_password_title", "sb_we_lost_password_title");
       add_filter ("retrieve_password_message", "sb_we_lost_password_message");
       ```
   
 * These will fire the ready made functions from Sean. And Viola, it will now work
   perfectly.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Swift SMTP (formerly Welcome Email Editor)] "Forgot Password" email fields stuck in default settings](https://wordpress.org/support/topic/forgot-password-email-fields-stuck-in-default-settings/)
 *  [jamesbo](https://wordpress.org/support/users/jayjayph/)
 * (@jayjayph)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/forgot-password-email-fields-stuck-in-default-settings/#post-4631872)
 * Same here. Forgot password message still sends the WordPress default.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Jetpack - WP Security, Backup, Speed, & Growth] Jetpack for Super Admins only](https://wordpress.org/support/topic/jetpack-for-super-admins-only/)
 *  [jamesbo](https://wordpress.org/support/users/jayjayph/)
 * (@jayjayph)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/jetpack-for-super-admins-only/#post-4515657)
 * Thanks Jeremy, I did not see that the difference was on the hook.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Jetpack - WP Security, Backup, Speed, & Growth] Jetpack for Super Admins only](https://wordpress.org/support/topic/jetpack-for-super-admins-only/)
 *  [jamesbo](https://wordpress.org/support/users/jayjayph/)
 * (@jayjayph)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/jetpack-for-super-admins-only/#post-4515655)
 * I can confirm that removing a menu doesn’t work like
    `remove_menu_page( 'jetpack');`
   Seems like the issue is not Jetpack. I have tablepress on my menu but I can’t
   remove it either. `remove_menu_page('tablepress');` I suppose the issue is when
   hiding a menu under admin.php
 * I wonder if this is a known issue.
 *   Forum: [Everything else WordPress](https://wordpress.org/support/forum/miscellaneous/)
   
   In reply to: [BUG: Searching for keyword "json" under plugins on wordpress.org](https://wordpress.org/support/topic/bug-searching-for-keyword-json/)
 *  Thread Starter [jamesbo](https://wordpress.org/support/users/jayjayph/)
 * (@jayjayph)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/bug-searching-for-keyword-json/#post-3685797)
 * Thanks Andrew! You’re right. I am using pretty json. Sorry guys.
 *   Forum: [Everything else WordPress](https://wordpress.org/support/forum/miscellaneous/)
   
   In reply to: [BUG: Searching for keyword "json" under plugins on wordpress.org](https://wordpress.org/support/topic/bug-searching-for-keyword-json/)
 *  Thread Starter [jamesbo](https://wordpress.org/support/users/jayjayph/)
 * (@jayjayph)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/bug-searching-for-keyword-json/#post-3685743)
 * Tested with Safari and it is working.
 * Seems like it occur only in my browser
    Chrome Version 26.0.1410.65
 * Searching for “json” will show error the message but searching for “json “(with
   additional space) will work. Seems like the json keyword is breaking it.

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