Title: andybrna's Replies | WordPress.org

---

# andybrna

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: ["An automated WordPress update has failed to complete" error](https://wordpress.org/support/topic/an-automated-wordpress-update-has-failed-to-complete-error/)
 *  Thread Starter [andybrna](https://wordpress.org/support/users/andybrna/)
 * (@andybrna)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/an-automated-wordpress-update-has-failed-to-complete-error/#post-6549834)
 * ok solved it, there were entries in the wp_sitemeta table relating to auto_core_update_failed.
   
   Not sure what caused this, but either an admin or auto update obviously. At least
   I can remove these from the DB to get rid of the error message.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: ["An automated WordPress update has failed to complete" error](https://wordpress.org/support/topic/an-automated-wordpress-update-has-failed-to-complete-error/)
 *  Thread Starter [andybrna](https://wordpress.org/support/users/andybrna/)
 * (@andybrna)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/an-automated-wordpress-update-has-failed-to-complete-error/#post-6549804)
 * For example can anyone explain to me the code:
 *     ```
       $comparison = ! empty( $failed['critical'] ) ? '>=' : '>';
                       if ( version_compare( $failed['attempted'], $wp_version, $comparison ) )
       ```
   
 * Where does it get the two versions form, $wp_version and $comparison?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [google-analytics-mu broken from WP 4.0 to 4.1](https://wordpress.org/support/topic/google-analytics-mu-broken-from-wp-40-to-41/)
 *  Thread Starter [andybrna](https://wordpress.org/support/users/andybrna/)
 * (@andybrna)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/google-analytics-mu-broken-from-wp-40-to-41/#post-5653027)
 * Hi Christian,
 *  ok problem solve, have just looked through the output from query monitor and
   the issue is obvious:
 * 41 SELECT option_value
    FROM wp_options WHERE option_name = ‘ga_mu_site_specific_allowed’
 * This has got screwed up somehow in the database and reverted to off/0.
 * So there is no issue with your plugin, thanks very much for replying all the 
   same
 * thanks, Andy.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[DTX - Dynamic Text Extension for Contact Form 7] Setting recipient via CF7_bloginfo](https://wordpress.org/support/topic/setting-recipient-via-cf7_bloginfo/)
 *  Thread Starter [andybrna](https://wordpress.org/support/users/andybrna/)
 * (@andybrna)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/setting-recipient-via-cf7_bloginfo/#post-5205764)
 * Nobody? Would be nice to get a yes or no if possible with respect to having an
   email address defined by a dynamic field but not being visible in the page source,
 * thanks for any info, Andy.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[DTX - Dynamic Text Extension for Contact Form 7] Setting recipient via CF7_bloginfo](https://wordpress.org/support/topic/setting-recipient-via-cf7_bloginfo/)
 *  Thread Starter [andybrna](https://wordpress.org/support/users/andybrna/)
 * (@andybrna)
 * [11 years, 12 months ago](https://wordpress.org/support/topic/setting-recipient-via-cf7_bloginfo/#post-5205690)
 * Ok, I see there exists dynamichidden however the email address is still visible
   if you download the page, ie it is still possible for spammers to harvest the
   email address.
 * Any solution to this where I can use the dynamic value to send the email without
   making it visible to spammers in the page itself?
 * thanks, Andy.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[DTX - Dynamic Text Extension for Contact Form 7] Setting recipient via CF7_bloginfo](https://wordpress.org/support/topic/setting-recipient-via-cf7_bloginfo/)
 *  Thread Starter [andybrna](https://wordpress.org/support/users/andybrna/)
 * (@andybrna)
 * [11 years, 12 months ago](https://wordpress.org/support/topic/setting-recipient-via-cf7_bloginfo/#post-5205530)
 * Ok, so I’ve got this working by putting this code in the form:
 * `[dynamictext dynamicname id:dynamicname uneditable "CF7_bloginfo show='admin_email'"]`
 * and then setting the email “To:” field to `[dynamicname]`. But I don’t want the
   admin_email address to appear in the form, I just want to dynamically put the
   admin_email as the “To:” address, can I achieve this somehow?
 * thanks, Andy.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Add post/page from script problem](https://wordpress.org/support/topic/add-postpage-from-script-problem/)
 *  Thread Starter [andybrna](https://wordpress.org/support/users/andybrna/)
 * (@andybrna)
 * [12 years ago](https://wordpress.org/support/topic/add-postpage-from-script-problem/#post-5144332)
 * Is it worth my while trying to debug this script or is there any reason I shouldn’t
   just bypass the wordpress code all together and access the DB directly? Ie use
   Perl to do a bulk update of the DB…
 *   Forum: [Networking WordPress](https://wordpress.org/support/forum/multisite/)
   
   In reply to: [Global cache garbage collection options](https://wordpress.org/support/topic/global-cache-garbage-collection-options/)
 *  Thread Starter [andybrna](https://wordpress.org/support/users/andybrna/)
 * (@andybrna)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/global-cache-garbage-collection-options/#post-4648011)
 * ok thanks…

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