Title: visual23's Replies | WordPress.org

---

# visual23

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[The Events Calendar] Rename “List” and “Month”](https://wordpress.org/support/topic/rename-list-and-month/)
 *  Thread Starter [visual23](https://wordpress.org/support/users/visual23/)
 * (@visual23)
 * [5 years, 8 months ago](https://wordpress.org/support/topic/rename-list-and-month/#post-13654410)
 * [@deblynprado](https://wordpress.org/support/users/deblynprado/) Thank you so
   much!!!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Post Types Order] Custom post type is not showing up in the settings](https://wordpress.org/support/topic/custom-post-type-is-not-showing-up-in-the-settings/)
 *  Thread Starter [visual23](https://wordpress.org/support/users/visual23/)
 * (@visual23)
 * [5 years, 11 months ago](https://wordpress.org/support/topic/custom-post-type-is-not-showing-up-in-the-settings/#post-13219287)
 * I got it working. Thanks!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Elfsight Social Photo Feed] InstaShow doesn’t refresh](https://wordpress.org/support/topic/instashow-doesnt-refresh/)
 *  [visual23](https://wordpress.org/support/users/visual23/)
 * (@visual23)
 * [6 years ago](https://wordpress.org/support/topic/instashow-doesnt-refresh/#post-13095436)
 * Hello, the same thing is happening on several of our sites. We’ve purchased the
   plugin so we can have support. Your post says the plugin isn’t supported anymore.
   Will you be providing us a refund so we can purchase a plugin that works?
 * Thanks,
    Robb
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Post SMTP – Complete Email Deliverability and SMTP Solution with Email Logs, Alerts, Backup SMTP & Mobile App] Sending mail with PHP mail](https://wordpress.org/support/topic/sending-mail-with-php-mail/)
 *  Thread Starter [visual23](https://wordpress.org/support/users/visual23/)
 * (@visual23)
 * [7 years, 11 months ago](https://wordpress.org/support/topic/sending-mail-with-php-mail/#post-10590720)
 * I fixed the issue. Our plugin calls a function in another plugin like so.
    require_once(
   ABSPATH . ‘/wp-content/plugins/rewardsystem/includes/main_functions_for_point_expiry.
   php’ );
 * When the page loaded I got this error. ‘Fatal error: Call to undefined function
   is_user_logged_in()’. Someone in a search said to add this ‘require_once( ABSPATH.“
   wp-includes/pluggable.php” );’ and that did solve the issue for me.
 * I ended up copying ‘pluggable.php’ to our plugin and removing the wp_mail function.
   Seems hacky eh?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Post SMTP – Complete Email Deliverability and SMTP Solution with Email Logs, Alerts, Backup SMTP & Mobile App] Sending mail with PHP mail](https://wordpress.org/support/topic/sending-mail-with-php-mail/)
 *  Thread Starter [visual23](https://wordpress.org/support/users/visual23/)
 * (@visual23)
 * [7 years, 11 months ago](https://wordpress.org/support/topic/sending-mail-with-php-mail/#post-10590632)
 * The plugin does use this.
 * require_once( ABSPATH . “wp-includes/pluggable.php” );
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Post SMTP – Complete Email Deliverability and SMTP Solution with Email Logs, Alerts, Backup SMTP & Mobile App] Sending mail with PHP mail](https://wordpress.org/support/topic/sending-mail-with-php-mail/)
 *  Thread Starter [visual23](https://wordpress.org/support/users/visual23/)
 * (@visual23)
 * [7 years, 11 months ago](https://wordpress.org/support/topic/sending-mail-with-php-mail/#post-10590615)
 * Also, when I was building the plugin locally, Post SMTP wasn’t installed and 
   wp_mail was working fine with my plugin. Thanks!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Post SMTP – Complete Email Deliverability and SMTP Solution with Email Logs, Alerts, Backup SMTP & Mobile App] Sending mail with PHP mail](https://wordpress.org/support/topic/sending-mail-with-php-mail/)
 *  Thread Starter [visual23](https://wordpress.org/support/users/visual23/)
 * (@visual23)
 * [7 years, 11 months ago](https://wordpress.org/support/topic/sending-mail-with-php-mail/#post-10590552)
 * I was using wp_mail but when I saw this error I switch to php mail thinking that
   was the issue.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Post SMTP – Complete Email Deliverability and SMTP Solution with Email Logs, Alerts, Backup SMTP & Mobile App] Sending mail with PHP mail](https://wordpress.org/support/topic/sending-mail-with-php-mail/)
 *  Thread Starter [visual23](https://wordpress.org/support/users/visual23/)
 * (@visual23)
 * [7 years, 11 months ago](https://wordpress.org/support/topic/sending-mail-with-php-mail/#post-10590547)
 * I didn’t add anything to overide it. What would I look for?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Post SMTP – Complete Email Deliverability and SMTP Solution with Email Logs, Alerts, Backup SMTP & Mobile App] Sending mail with PHP mail](https://wordpress.org/support/topic/sending-mail-with-php-mail/)
 *  Thread Starter [visual23](https://wordpress.org/support/users/visual23/)
 * (@visual23)
 * [7 years, 11 months ago](https://wordpress.org/support/topic/sending-mail-with-php-mail/#post-10590541)
 * Not that I know of. How does that happen?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Ozh' Tweet Archiver] Temporarily limit the number of posts to import](https://wordpress.org/support/topic/temporarily-limit-the-number-of-posts-to-import/)
 *  Thread Starter [visual23](https://wordpress.org/support/users/visual23/)
 * (@visual23)
 * [8 years, 2 months ago](https://wordpress.org/support/topic/temporarily-limit-the-number-of-posts-to-import/#post-10244399)
 * BTW, I’m going to be importing over 21,000 twitter posts. GULP!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Simple Calendar - Google Calendar Plugin] Error 403](https://wordpress.org/support/topic/error-403-421/)
 *  [visual23](https://wordpress.org/support/users/visual23/)
 * (@visual23)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/error-403-421/#post-5517276)
 * Hi Nick,
 * I bet you’re right. It’s Version 0.7.2. There wasn’t an update showing in Plugins.
   I’m going to update everything and I’ll let you know.
 * Thanks for the quick response!
 * Robb
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Simple Calendar - Google Calendar Plugin] Error 403](https://wordpress.org/support/topic/error-403-421/)
 *  [visual23](https://wordpress.org/support/users/visual23/)
 * (@visual23)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/error-403-421/#post-5517125)
 * Hello,
 * I’m having the same issue and I can confirm that the feed is set to public.
 * Thanks for the awesome plugin!
 * Robb

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