Title: packjallo's Replies | WordPress.org

---

# packjallo

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Cloudinary - Deliver Images and Videos at Scale] Prevent the plugin from rewriting the theme source](https://wordpress.org/support/topic/prevent-the-plugin-from-rewriting-the-theme-source/)
 *  Thread Starter [packjallo](https://wordpress.org/support/users/packjallo/)
 * (@packjallo)
 * [3 years, 10 months ago](https://wordpress.org/support/topic/prevent-the-plugin-from-rewriting-the-theme-source/#post-15919629)
 * Hi Anthony,
 * We’re getting the Cloudinary image URL using `wp_get_attachment_metadata()`, 
   splitting the URL, and adding our own transforms in this way. This is a custom
   function that we use inside our theme.
 * Doing this unfortunately means that our URL gets rewritten as part of the plugin.
   For now we have disabled this using the following, but I don’t know how sustainable
   it is to keep this in our functions file.
 *     ```
         function remove_cloudinary_actions() {
           remove_all_actions( 'cloudinary_string_replace' );
         };
         add_action('init', 'remove_cloudinary_actions', 999);
       ```
   
 * Is there another option available to do this? Ideally more of a first-party solution?
 * Many thanks,
    Jack.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[ACF to REST API] ACF to REST API data loss](https://wordpress.org/support/topic/acf-to-rest-api-data-loss/)
 *  [packjallo](https://wordpress.org/support/users/packjallo/)
 * (@packjallo)
 * [4 years, 3 months ago](https://wordpress.org/support/topic/acf-to-rest-api-data-loss/#post-15418080)
 * I have posted a fix for 5.12 on Github and also submitted a PR – [https://github.com/airesvsg/acf-to-rest-api/issues/398](https://github.com/airesvsg/acf-to-rest-api/issues/398).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[ReOrder Posts within Categories] reorder_post_within_categories_capability not working](https://wordpress.org/support/topic/reorder_post_within_categories_capability-not-working/)
 *  Thread Starter [packjallo](https://wordpress.org/support/users/packjallo/)
 * (@packjallo)
 * [7 years, 9 months ago](https://wordpress.org/support/topic/reorder_post_within_categories_capability-not-working/#post-10632264)
 * No problem, thanks for the fast bugfix. Much appreciated!

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