Title: Acato's Replies | WordPress.org

---

# Acato

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

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

 Search replies:

## Forum Replies Created

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

1 [2](https://wordpress.org/support/users/acato/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/acato/replies/page/3/?output_format=md) …
[5](https://wordpress.org/support/users/acato/replies/page/5/?output_format=md) 
[6](https://wordpress.org/support/users/acato/replies/page/6/?output_format=md) 
[7](https://wordpress.org/support/users/acato/replies/page/7/?output_format=md) 
[→](https://wordpress.org/support/users/acato/replies/page/2/?output_format=md)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Resume Builder] Weird issue – cannot edit – nonce missing](https://wordpress.org/support/topic/weird-issue-cannot-edit-nonce-missing/)
 *  [Acato](https://wordpress.org/support/users/acato/)
 * (@acato)
 * [5 months, 1 week ago](https://wordpress.org/support/topic/weird-issue-cannot-edit-nonce-missing/#post-18841488)
 * – deleted –
    -  This reply was modified 5 months, 1 week ago by [Acato](https://wordpress.org/support/users/acato/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP REST Cache] Selective Cache Regeneration](https://wordpress.org/support/topic/selective-cache-regeneration/)
 *  Plugin Author [Acato](https://wordpress.org/support/users/acato/)
 * (@acato)
 * [1 year ago](https://wordpress.org/support/topic/selective-cache-regeneration/#post-18559632)
 * Hi [@bizbergthemes](https://wordpress.org/support/users/bizbergthemes/) 
   thank
   you for using our plugin!At this point we do not have an option to target specific
   URLs for regeneration. The regeneration script starts with the URLs that are 
   requested most often and works its way back to those which are requested the 
   least.Having said that, I do understand your use case so I am going to dicuss
   this internally and see if we can maybe add a filter so you can change the order
   in which the caches are regenerated.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP REST Cache] How to Automatically Invalidate Cache for ACF Options REST Endpoint?](https://wordpress.org/support/topic/how-to-automatically-invalidate-cache-for-acf-options-rest-endpoint/)
 *  Plugin Author [Acato](https://wordpress.org/support/users/acato/)
 * (@acato)
 * [1 year, 1 month ago](https://wordpress.org/support/topic/how-to-automatically-invalidate-cache-for-acf-options-rest-endpoint/#post-18549465)
 * Hi [@rayiisp](https://wordpress.org/support/users/rayiisp/) 
   Thank you for using
   our plugin!You could do so by hooking into the `acf/options_page/save` action:
 *     ```wp-block-code
       function wprc_flush_options_cache( $post_id, $menu_slug ) {    if ( 'theme-settings' !== $menu_slug ) { // Change to the menu slug of your options page.        return;    }    \WP_Rest_Cache_Plugin\Includes\Caching\Caching::get_instance()->delete_cache_by_endpoint(        '/wp-json/namespace/v1/endpoint', // Change to the endpoint of your custom endpoint.        \WP_REST_Cache_Plugin\Includes\Caching\Caching::FLUSH_LOOSE    );}add_action( 'acf/options_page/save', 'wprc_flush_options_cache', 10, 2 );
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Branded Social Images - Open Graph Images with logo and extra text layer] Is this plugin still maintained?](https://wordpress.org/support/topic/is-this-plugin-still-maintained-67/)
 *  Plugin Author [Acato](https://wordpress.org/support/users/acato/)
 * (@acato)
 * [1 year, 5 months ago](https://wordpress.org/support/topic/is-this-plugin-still-maintained-67/#post-18331815)
 * Hi [@keynews](https://wordpress.org/support/users/keynews/)
 * Yes, sort of.
 * We have definitely NOT abandoned it, but as long as there are no problems with
   the plugin, we do not intend to change it.
 * Should you have problems, please tell us about it, we’ll try to help.
 * Thank you for your interest 🙂
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Branded Social Images - Open Graph Images with logo and extra text layer] Image 404](https://wordpress.org/support/topic/image-404-2/)
 *  Plugin Author [Acato](https://wordpress.org/support/users/acato/)
 * (@acato)
 * [3 years, 10 months ago](https://wordpress.org/support/topic/image-404-2/#post-16044044)
 * [@ksmgo](https://wordpress.org/support/users/ksmgo/)
 * It’s been a while.
 * The company that created this plugin is no longer active, we’ve acquired the 
   source and are trying to catch up.
 * Thank you for your perseverance, I’ve tried to come up with a reason why imagescale
   would error-out, and the only thing I can imagine would be an unsupported image
   format, but, that would also mean the image should not work at all, which clearly
   is not the case.
 * On Github you will find a version 2.0.0 branch that holds the next version of
   this plugin, in which I have added a few checks; if `imagescale` fails, `imagecopyresized`
   is used, and if that fails, the unscaled image is used. Inefficient, but it works.
 * I hope you can try it out, but please be aware that large portions of the code
   have been rewritten, keeping backward compatibility in mind, but we cannot at
   this time guarantee it will work flawlessly.
 * If you are willing to be a beta-tester, please find it here; [https://github.com/acato-plugins/branded-social-images/tree/version-2.0.0](https://github.com/acato-plugins/branded-social-images/tree/version-2.0.0)`
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Branded Social Images - Open Graph Images with logo and extra text layer] Instagram?](https://wordpress.org/support/topic/instagram-77/)
 *  Plugin Author [Acato](https://wordpress.org/support/users/acato/)
 * (@acato)
 * [3 years, 10 months ago](https://wordpress.org/support/topic/instagram-77/#post-16043907)
 * [@diegz](https://wordpress.org/support/users/diegz/)
 * It’s been a while.
 * The company that created this plugin is no longer active, we’ve acquired the 
   source and are trying to catch up.
 * At this time we’re trying to just get support back up and running, there are 
   no plans on supporting instagram (or any other new features, for that matter).
   I am curious however how this would work; on Instagram one does not share a page,
   only image uploads are allowed. Since this plugin was never designed as an image
   generator (with all the bells and whistles), it might be a while, if ever.
 * We’ll keep it in mind, but don’t hold your breath.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Branded Social Images - Open Graph Images with logo and extra text layer] Plugin conflict with plugin Permalink Manager.](https://wordpress.org/support/topic/plugin-conflict-with-plugin-permalink-manager/)
 *  Plugin Author [Acato](https://wordpress.org/support/users/acato/)
 * (@acato)
 * [3 years, 10 months ago](https://wordpress.org/support/topic/plugin-conflict-with-plugin-permalink-manager/#post-16043884)
 * [@jigglypuffz](https://wordpress.org/support/users/jigglypuffz/)
 * It’s been a while.
 * The company that created this plugin is no longer active, we’ve acquired the 
   source and are trying to catch up.
 * On Github you will find a version 2.0.0 branch that holds the next version of
   this plugin, which should solve the Permalink Manager incompatibility.
 * I hope you can try it out, but please be aware that large portions of the code
   have been rewritten, keeping backward compatibility in mind, but we cannot at
   this time guarantee it will work flawlessly.
 * If you are willing to be a beta-tester, please find it here; [https://github.com/acato-plugins/branded-social-images/tree/version-2.0.0](https://github.com/acato-plugins/branded-social-images/tree/version-2.0.0)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Branded Social Images - Open Graph Images with logo and extra text layer] Does BSI work with custom post types?](https://wordpress.org/support/topic/does-plugin-work-with-custom-post-types/)
 *  Plugin Author [Acato](https://wordpress.org/support/users/acato/)
 * (@acato)
 * [3 years, 10 months ago](https://wordpress.org/support/topic/does-plugin-work-with-custom-post-types/#post-16043851)
 * [@marashmallow](https://wordpress.org/support/users/marashmallow/) [@jigglypuffz](https://wordpress.org/support/users/jigglypuffz/)
 * It’s been a while.
 * The company that created this plugin is no longer active, we’ve acquired the 
   source and are trying to catch up.
 * On Github you will find a version 2.0.0 branch that holds the next version of
   this plugin, which should solve the custom posttype issues, as well as social
   image for categories and now also includes a fix for Permalink Manager incompatibility.
 * I hope you can try it out, but please be aware that large portions of the code
   have been rewritten, keeping backward compatibility in mind, but we cannot at
   this time guarantee it will work flawlessly.
 * If you are willing to be a beta-tester, please find it here; [https://github.com/acato-plugins/branded-social-images/tree/version-2.0.0](https://github.com/acato-plugins/branded-social-images/tree/version-2.0.0)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP REST Cache] Clear REST Cache](https://wordpress.org/support/topic/clear-rest-cache/)
 *  Plugin Author [Acato](https://wordpress.org/support/users/acato/)
 * (@acato)
 * [6 years, 1 month ago](https://wordpress.org/support/topic/clear-rest-cache/#post-13059030)
 * Hi [@austyfrosty](https://wordpress.org/support/users/austyfrosty/)
 * Thank you for using our plugin! And sorry for respondng this late, we have been
   quite busy lately.
 * The good news is, we have also been busy to improve our WP REST Cache plugin 
   and have implemented solutions for your questions. So we have speeded up the 
   process of clearing the cache (we clear them all at once, so no more posts_per_page).
   And we have also added an option to delete all (vs flush all) if you visit the
   Settings > WP REST Cache > Clear Caches tab.
 * All these changes will be in our upcoming release, they first need to be reviewed
   internally, but I expect we will be able to release it soon.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP REST Cache] Woocommerce 3.2.6 API Cache](https://wordpress.org/support/topic/woocommerce-3-2-6-api-cache/)
 *  Plugin Author [Acato](https://wordpress.org/support/users/acato/)
 * (@acato)
 * [6 years, 10 months ago](https://wordpress.org/support/topic/woocommerce-3-2-6-api-cache/#post-12030510)
 * This thread has been marked as resolved due to lack of activity.
 * You’re always welcome to [open a new topic](https://wordpress.org/support/plugin/wp-rest-cache#new-post).
 * Thanks for understanding!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP REST Cache] Clearing Cache taking long time and showing Internal Server Error](https://wordpress.org/support/topic/clearing-cache-taking-long-time-and-showing-internal-server-error/)
 *  Plugin Author [Acato](https://wordpress.org/support/users/acato/)
 * (@acato)
 * [6 years, 10 months ago](https://wordpress.org/support/topic/clearing-cache-taking-long-time-and-showing-internal-server-error/#post-12030501)
 * This thread has been marked as resolved due to lack of activity.
 * You’re always welcome to [open a new topic](https://wordpress.org/support/plugin/wp-rest-cache#new-post).
 * Thanks for understanding!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP REST Cache] Cache flush does not work in some situations](https://wordpress.org/support/topic/cache-flush-does-not-work-in-some-situations/)
 *  Plugin Author [Acato](https://wordpress.org/support/users/acato/)
 * (@acato)
 * [6 years, 11 months ago](https://wordpress.org/support/topic/cache-flush-does-not-work-in-some-situations/#post-11902557)
 * Hi [@djibs13](https://wordpress.org/support/users/djibs13/)
 * We will have to investigate this issue, but I must admit it will be low on our
   priorities-list. The plugin you are refering to has fewer than 10 active installations,
   so we are not sure if we are willing to invest the time needed to support such
   a plugin (it is very hard to support every plugin that exists).
 * By the way: are you aware of the downside of APCu? The fact that it is local 
   to the machine it runs on and local to the PHP process and system? That means
   that if you use PHP as a FastCGI process (like Nginx and PHP-FPM) every PHP process
   will have its own cache. If that is the case for you than I can tell you right
   away that there is nothing we can do to make it work.
 * I hope you understand.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP REST Cache] Cache flush does not work in some situations](https://wordpress.org/support/topic/cache-flush-does-not-work-in-some-situations/)
 *  Plugin Author [Acato](https://wordpress.org/support/users/acato/)
 * (@acato)
 * [6 years, 11 months ago](https://wordpress.org/support/topic/cache-flush-does-not-work-in-some-situations/#post-11902172)
 * Hi [@djibs13](https://wordpress.org/support/users/djibs13/)
 * Can you provide us with a link to this plugin? We will have to investigate why
   this is happening and if we can do anything to prevent it.
 *   Forum: [Reviews](https://wordpress.org/support/forum/reviews/)
    In reply to:
   [[WP REST Cache] Great Plugin who uses REST API](https://wordpress.org/support/topic/what-will-happen-if-i-clear-cache-for-large-number-of-endpoints/)
 *  Plugin Author [Acato](https://wordpress.org/support/users/acato/)
 * (@acato)
 * [6 years, 11 months ago](https://wordpress.org/support/topic/what-will-happen-if-i-clear-cache-for-large-number-of-endpoints/#post-11901890)
 * Hi [@arindam4u](https://wordpress.org/support/users/arindam4u/)
 * Thank you for your review!
 * We just released a new version of our plugin which addresses the internal server
   error when flushing a large amount of caches.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP REST Cache] Clearing Cache taking long time and showing Internal Server Error](https://wordpress.org/support/topic/clearing-cache-taking-long-time-and-showing-internal-server-error/)
 *  Plugin Author [Acato](https://wordpress.org/support/users/acato/)
 * (@acato)
 * [6 years, 11 months ago](https://wordpress.org/support/topic/clearing-cache-taking-long-time-and-showing-internal-server-error/#post-11901855)
 * Hi [@arindam4u](https://wordpress.org/support/users/arindam4u/)
 * We just released a new version of our plugin which addresses the issue with the
   internal server error.
    Please let us know if this is solved for you or if you
   have any other issues.

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

1 [2](https://wordpress.org/support/users/acato/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/acato/replies/page/3/?output_format=md) …
[5](https://wordpress.org/support/users/acato/replies/page/5/?output_format=md) 
[6](https://wordpress.org/support/users/acato/replies/page/6/?output_format=md) 
[7](https://wordpress.org/support/users/acato/replies/page/7/?output_format=md) 
[→](https://wordpress.org/support/users/acato/replies/page/2/?output_format=md)