Title: justinmaurerdotdev's Replies | WordPress.org

---

# justinmaurerdotdev

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

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

 Search replies:

## Forum Replies Created

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

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[PowerPress Podcasting plugin by Blubrry] Critical, but nuanced, issue with Taxonomy Podcasting](https://wordpress.org/support/topic/critical-but-nuanced-issue-with-taxonomy-podcasting/)
 *  Thread Starter [justinmaurerdotdev](https://wordpress.org/support/users/360zen/)
 * (@360zen)
 * [1 year, 10 months ago](https://wordpress.org/support/topic/critical-but-nuanced-issue-with-taxonomy-podcasting/#post-17976519)
 * To be clear, I don’t actually want to be using Post Type podcasting in this setup.
   It just is the only way I can get the metabox to appear.
 * In any case, I’ll submit a ticket, as you suggest. Thanks!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[ACF: Multiple Taxonomy] nonce invalid ajax request](https://wordpress.org/support/topic/nonce-invalid-ajax-request/)
 *  [justinmaurerdotdev](https://wordpress.org/support/users/360zen/)
 * (@360zen)
 * [2 years ago](https://wordpress.org/support/topic/nonce-invalid-ajax-request/#post-17884533)
 * Awesome. Great work all around! 🥂
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[ACF: Multiple Taxonomy] nonce invalid ajax request](https://wordpress.org/support/topic/nonce-invalid-ajax-request/)
 *  [justinmaurerdotdev](https://wordpress.org/support/users/360zen/)
 * (@360zen)
 * [2 years ago](https://wordpress.org/support/topic/nonce-invalid-ajax-request/#post-17882253)
 * [@gameryo](https://wordpress.org/support/users/gameryo/), no problem.
 * I’ve just submitted [a pull request](https://github.com/game-ryo/acf-multiple-taxonomy/pull/5)
   that fixes the issue. If anyone is in an emergency situation, I’ve forked the
   plugin and you can use [my fork here](https://github.com/justinmaurerdotdev/acf-multiple-taxonomy/).
   I’ve set the `main` branch to version 1.0.6.1. If a 1.0.7 is published, it should
   automatically overwrite mine. I will plan to remove my fork as soon as the main
   plugin is updated.
 * The relevant code that actually fixes the issue change can be found [here, in my PR](https://github.com/game-ryo/acf-multiple-taxonomy/pull/5/commits/b3a22581498f568339a571a836d5ddf81731b5da).
   The entirety of the code is pulled from ACF’s own `advanced-custom-fields-pro/
   includes/fields/class-acf-field-select.php` file, in the `ajax_query()` method.
    -  This reply was modified 2 years ago by [justinmaurerdotdev](https://wordpress.org/support/users/360zen/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[ACF: Multiple Taxonomy] nonce invalid ajax request](https://wordpress.org/support/topic/nonce-invalid-ajax-request/)
 *  [justinmaurerdotdev](https://wordpress.org/support/users/360zen/)
 * (@360zen)
 * [2 years ago](https://wordpress.org/support/topic/nonce-invalid-ajax-request/#post-17882011)
 * Dang, I was hoping it wasn’t this plugin that was the issue. I’m having the same
   problem. I believe it’s related to the 6.3.2 ACF update. They have refactored
   A LOT about how AJAX fields work in ACF, and I’m pretty sure this plugin just
   hasn’t been updated to support the changes.
 * I may end up needing to fork this, and will try to reply here if I find a workaround.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [This HTML and use of icons breaks publishing, updating or draft](https://wordpress.org/support/topic/this-html-and-use-of-icons-breaks-publishing-updating-or-draft/)
 *  [justinmaurerdotdev](https://wordpress.org/support/users/360zen/)
 * (@360zen)
 * [2 years, 1 month ago](https://wordpress.org/support/topic/this-html-and-use-of-icons-breaks-publishing-updating-or-draft/#post-17793059)
 * Actually, looking at this more, this thread seems like the place to start. It’s
   likely an issue with the character encoding in the database being mismatched 
   from what WP is sending. The solution will be to either A) convert the database
   to the expected encoding, or B) tell WordPress to expect a different encoding,
   and shim the post content with the above code.
 * [https://github.com/WordPress/gutenberg/issues/19552#issuecomment-1758798993](https://github.com/WordPress/gutenberg/issues/19552#issuecomment-1758798993)
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [This HTML and use of icons breaks publishing, updating or draft](https://wordpress.org/support/topic/this-html-and-use-of-icons-breaks-publishing-updating-or-draft/)
 *  [justinmaurerdotdev](https://wordpress.org/support/users/360zen/)
 * (@360zen)
 * [2 years, 1 month ago](https://wordpress.org/support/topic/this-html-and-use-of-icons-breaks-publishing-updating-or-draft/#post-17793055)
 * I don’t have an environment to test this in, but this looks like a possible solution,
   from here: [https://stackoverflow.com/a/75888275/2694371](https://stackoverflow.com/a/75888275/2694371)
 * > Adding this code in functions.php fixed it for me:
   >     ```wp-block-code
   >     add_filter( 'wp_insert_post_data', function( $data, $postarr ) {
   >     if ( ! empty( $data['post_content'] ) ) {
   >         $data['post_content'] = wp_encode_emoji( $data['post_content'] );
   >     }
   >     return $data;
   >     }, 99, 2 );
   >     ```
   > 
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Unable to open …/wp-admin/plugin-install.php](https://wordpress.org/support/topic/unable-to-open-wp-admin-plugin-install-php/)
 *  [justinmaurerdotdev](https://wordpress.org/support/users/360zen/)
 * (@360zen)
 * [2 years, 1 month ago](https://wordpress.org/support/topic/unable-to-open-wp-admin-plugin-install-php/#post-17793050)
 * What was the result of your test when re-adding plugins? Were things working 
   well after removing them?
 * The most likely cause I can think of, specific to this page, would be: If a plugin
   was programmed to check for plugin updates every time that page was loaded, and
   the URL that the plugin is looking for doesn’t exist, or is delayed, maybe the
   update check is timing out the whole page.
 * Do you have any plugins that might be looking for non-existent update sources,
   or ones that require authentication of some kind?
   Also, 504s should produce some
   kind of error in the server (Nginx or Apache) or PHP logs. Do you have access?
    -  This reply was modified 2 years, 1 month ago by [justinmaurerdotdev](https://wordpress.org/support/users/360zen/).
    -  This reply was modified 2 years, 1 month ago by [justinmaurerdotdev](https://wordpress.org/support/users/360zen/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Query Monitor] HTTP Error 502 When Purging WP Rocket Cache After Upgrading to PHP 8.2](https://wordpress.org/support/topic/http-error-502-when-purging-wp-rocket-cache-after-upgrading-to-php-8-2/)
 *  [justinmaurerdotdev](https://wordpress.org/support/users/360zen/)
 * (@360zen)
 * [2 years, 5 months ago](https://wordpress.org/support/topic/http-error-502-when-purging-wp-rocket-cache-after-upgrading-to-php-8-2/#post-17428905)
 * I have this same issue. Query Monitor prevents WP Rocket from being able to handle
   the Clear Cache function. Are there any workarounds, besides disabling QM?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[PowerPress Podcasting plugin by Blubrry] JavaScript errors due to bad variable names on post edit page](https://wordpress.org/support/topic/javascript-errors-due-to-bad-variable-names-on-post-edit-page/)
 *  Thread Starter [justinmaurerdotdev](https://wordpress.org/support/users/360zen/)
 * (@360zen)
 * [2 years, 7 months ago](https://wordpress.org/support/topic/javascript-errors-due-to-bad-variable-names-on-post-edit-page/#post-17243638)
 * Saw the fix is in the new update. Thanks for the swift action!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[PowerPress Podcasting plugin by Blubrry] HTML markup error in Explicit Switch causing broken Chatper Builder](https://wordpress.org/support/topic/html-markup-error-in-chapter-builder-causing-broken-admin-pages/)
 *  Thread Starter [justinmaurerdotdev](https://wordpress.org/support/users/360zen/)
 * (@360zen)
 * [3 years, 1 month ago](https://wordpress.org/support/topic/html-markup-error-in-chapter-builder-causing-broken-admin-pages/#post-16780943)
 * I’d be happy to submit a pull request for the fix, but I haven’t been able to
   find a public repo for the plugin.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[PowerPress Podcasting plugin by Blubrry] Fatal error on a site with many Terms](https://wordpress.org/support/topic/fatal-error-on-a-site-with-many-terms/)
 *  Thread Starter [justinmaurerdotdev](https://wordpress.org/support/users/360zen/)
 * (@360zen)
 * [3 years, 4 months ago](https://wordpress.org/support/topic/fatal-error-on-a-site-with-many-terms/#post-16566612)
 * OMG thank you!!! I got so excited when I saw that changelog item, and realized
   that I hadn’t checked back here for updates. This is a huge win for our update
   process. 🙏
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Query Monitor] PHP Notice from db_dupes.php](https://wordpress.org/support/topic/php-notice-from-db_dupes-php/)
 *  Thread Starter [justinmaurerdotdev](https://wordpress.org/support/users/360zen/)
 * (@360zen)
 * [3 years, 5 months ago](https://wordpress.org/support/topic/php-notice-from-db_dupes-php/#post-16450578)
 *     ```wp-block-code
       SELECT name, val, autoload
       FROM wp_wfconfig
       WHERE name = 'detectProxyRecommendation'	
   
       SELECT *
       FROM wp_yoast_indexable
       WHERE object_id = '8192513'
       AND object_type = 'post'
       LIMIT 1
   
       SELECT *
       FROM wp_gf_form
       WHERE id=20
   
       SELECT *
       FROM wp_gf_addon_feed
       WHERE addon_slug='gravityformsauthorizenet'
       AND form_id=20
       ORDER BY feed_order, id ASC
   
       SELECT *
       FROM wp_gf_addon_feed
       WHERE addon_slug='gravityformsppcp'
       AND form_id=20
       ORDER BY feed_order, id ASC
   
       SELECT *
       FROM wp_gf_form
       WHERE id=19
   
       SELECT *
       FROM wp_gf_addon_feed
       WHERE addon_slug='gravityformsauthorizenet'
       AND form_id=19
       ORDER BY feed_order, id ASC
   
       SELECT *
       FROM wp_gf_addon_feed
       WHERE addon_slug='gravityformsppcp'
       AND form_id=19
       ORDER BY feed_order, id ASC
       ```
   
 * Sure, here are the queries. It seems like it’s Wordfence, Yoast, and Gravity 
   Forms. The Gravity Forms add-ons appear to be the worst offenders.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Yoast SEO - Advanced SEO with real-time guidance and built-in AI] Deprecated function Yoast SEO](https://wordpress.org/support/topic/deprecated-function-yoast-seo/)
 *  [justinmaurerdotdev](https://wordpress.org/support/users/360zen/)
 * (@360zen)
 * [3 years, 11 months ago](https://wordpress.org/support/topic/deprecated-function-yoast-seo/#post-15902455)
 * We were getting this too, but it went away after I upgraded WordPress SEO Premium
   from 19.0.1 to 19.1. If that doesn’t fix it, it’s likely from some other Yoast
   add-on that’s attempting to call this deprecated method.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Instant Articles for WP] I have no idea how to set it up and the tutorials are old and not helpful at all](https://wordpress.org/support/topic/i-have-no-idea-how-to-set-it-up-and-the-tutorials-are-old-and-not-helpful-at-all/)
 *  [justinmaurerdotdev](https://wordpress.org/support/users/360zen/)
 * (@360zen)
 * [5 years ago](https://wordpress.org/support/topic/i-have-no-idea-how-to-set-it-up-and-the-tutorials-are-old-and-not-helpful-at-all/#post-14612331)
 * Is this plugin abandoned? It’s entirely unclear how it’s supposed to work. There’s
   almost 0 feedback in the admin screens about what is supposed to be happening
   or whether the plugin is properly connected. The Development Mode appears to 
   be publishing directly to our page under the new Creator Studio setup.
 * It would be really nice to hear from a maintainer or support person here. Pretty
   frustrating to have complete radio silence on a plugin built by Facebook and 
   Automattic here.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Co-Authors Plus] Where is the changelog?](https://wordpress.org/support/topic/where-is-the-changelog-11/)
 *  [justinmaurerdotdev](https://wordpress.org/support/users/360zen/)
 * (@360zen)
 * [5 years, 1 month ago](https://wordpress.org/support/topic/where-is-the-changelog-11/#post-14508871)
 * Thanks, Robert. Very helpful. This should definitely be linked in the changelog
   tab, or directly included as a standard changelog file. But at least it exists…

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

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