Title: deflime's Replies | WordPress.org

---

# deflime

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Speed Optimizer - The All-In-One Performance-Boosting Plugin] Disables Heartbeak. Results in Error Message in 6.9.1](https://wordpress.org/support/topic/disables-heartbeak-results-in-error-message-in-6-9-1-2/)
 *  [deflime](https://wordpress.org/support/users/deflime/)
 * (@deflime)
 * [4 months, 2 weeks ago](https://wordpress.org/support/topic/disables-heartbeak-results-in-error-message-in-6-9-1-2/#post-18828820)
 * [@ivaylostoyanov](https://wordpress.org/support/users/ivaylostoyanov/),
 * This is happening on my Siteground sites as well.
 * **Relevant settings page**
   /wp-admin/admin.php?page=sgo_environmentSpeed Optimizer–
   Environment > WordPress Heartbeat OptimizationWordPress Admin Pages: DisabledPosts
   and Pages: Disabled
 * From my testing and code review, it seems that any time the config is asked to
   disable heartbeat, `public function maybe_disable()`, it does so, but then other
   scripts that call heartbeat, can’t find it.
 * I tried playing with the priorities in `public function add_heartbeat_control_hooks()`,
   didn’t help.
 * I can resolve the issue by simply not disabling heartbeat and defining a timer
   in the above settings, ie, 120s.
    -  This reply was modified 4 months, 2 weeks ago by [deflime](https://wordpress.org/support/users/deflime/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[EthPress - Web3 Login] data such as name and email address](https://wordpress.org/support/topic/data-such-as-name-and-email-address/)
 *  [deflime](https://wordpress.org/support/users/deflime/)
 * (@deflime)
 * [4 years ago](https://wordpress.org/support/topic/data-such-as-name-and-email-address/#post-15757892)
 * You’re looking for the [wp_update_user()](https://developer.wordpress.org/reference/functions/wp_update_user/)
   function.
 * Create a form after the sign in with Ethpress to add these fields to their profile.
    -  This reply was modified 4 years ago by [deflime](https://wordpress.org/support/users/deflime/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[EthPress - Web3 Login] NFT Identification](https://wordpress.org/support/topic/nft-identification/)
 *  [deflime](https://wordpress.org/support/users/deflime/)
 * (@deflime)
 * [4 years, 5 months ago](https://wordpress.org/support/topic/nft-identification/#post-15348687)
 * You can do this with Tatum’s free api.
 * [https://tatum.io/apidoc.php#operation/MultiTokenGetBalance](https://tatum.io/apidoc.php#operation/MultiTokenGetBalance)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[EthPress - Web3 Login] restrict access based on tokens owned](https://wordpress.org/support/topic/restrict-access-based-on-tokens-owned/)
 *  [deflime](https://wordpress.org/support/users/deflime/)
 * (@deflime)
 * [4 years, 5 months ago](https://wordpress.org/support/topic/restrict-access-based-on-tokens-owned/#post-15348685)
 * You can do this with Tatum’s free api.
 * [https://tatum.io/apidoc.php#operation/MultiTokenGetBalance](https://tatum.io/apidoc.php#operation/MultiTokenGetBalance)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[EthPress - Web3 Login] Login with openSea nft](https://wordpress.org/support/topic/login-with-opensea-nft/)
 *  [deflime](https://wordpress.org/support/users/deflime/)
 * (@deflime)
 * [4 years, 5 months ago](https://wordpress.org/support/topic/login-with-opensea-nft/#post-15348683)
 * You can do this with Tatum’s free api.
 * [https://tatum.io/apidoc.php#operation/MultiTokenGetBalance](https://tatum.io/apidoc.php#operation/MultiTokenGetBalance)
 *   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] Exclude multiple post types from sitemap](https://wordpress.org/support/topic/exclude-multiple-post-types-from-sitemap/)
 *  Thread Starter [deflime](https://wordpress.org/support/users/deflime/)
 * (@deflime)
 * [4 years, 7 months ago](https://wordpress.org/support/topic/exclude-multiple-post-types-from-sitemap/#post-15100908)
 * That works! Thank you so much Maybellyne.
    -  This reply was modified 4 years, 7 months ago by [deflime](https://wordpress.org/support/users/deflime/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Recipe Maker] Saving Fractions Stopped Working](https://wordpress.org/support/topic/saving-fractions-stopped-working/)
 *  Thread Starter [deflime](https://wordpress.org/support/users/deflime/)
 * (@deflime)
 * [4 years, 9 months ago](https://wordpress.org/support/topic/saving-fractions-stopped-working/#post-14915234)
 * Sorry, too many devs. I’ll leave you to chat with JS.
 * But to quickly answer your question:
    define(‘DB_CHARSET’, ‘utf8’); define(‘DB_COLLATE’,‘
   utf8_unicode_ci’);
 * However, in the database, wp_posts/wp_postmeta is latin1_swedish_ci.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Recipe Maker] Custom Units](https://wordpress.org/support/topic/custom-units-2/)
 *  Thread Starter [deflime](https://wordpress.org/support/users/deflime/)
 * (@deflime)
 * [5 years, 1 month ago](https://wordpress.org/support/topic/custom-units-2/#post-14531351)
 * Yeah we’re really trying to leverage the best practices as much as possible, 
   especially moving forward with our content team. Just finishing up my manual 
   import script of a few hundred recipes and just lining things up. Thanks.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [You do not have sufficient permissions to access this page.](https://wordpress.org/support/topic/you-do-not-have-sufficient-permissions-to-access-this-page-156/)
 *  [deflime](https://wordpress.org/support/users/deflime/)
 * (@deflime)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/you-do-not-have-sufficient-permissions-to-access-this-page-156/#post-3705263)
 * ^ Bingo, that did it for me too.
 * I was using a random character generator for the prefix which was including capital
   letters, no more of that in the future 🙂
 * I did a search and there were others that were still trying to use the capital
   letters other than `user_roles` so keep that in mind.
 * Thanks!!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Online Backup for WordPress] [Plugin: Online Backup for WordPress] Backups missing lots of files and folders](https://wordpress.org/support/topic/plugin-online-backup-for-wordpress-backups-missing-lots-of-files-and-folders/)
 *  [deflime](https://wordpress.org/support/users/deflime/)
 * (@deflime)
 * [14 years ago](https://wordpress.org/support/topic/plugin-online-backup-for-wordpress-backups-missing-lots-of-files-and-folders/#post-2836141)
 * I can’t help with your issue specifically, but is there a particular reason you
   need those files backed up?
 * The database and the wp-content folder are the most important and really all 
   you need to restore the site if anything goes wrong.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Reed Write] [Plugin: Reed Write] Feature Requests](https://wordpress.org/support/topic/plugin-reed-write-feature-requests/)
 *  [deflime](https://wordpress.org/support/users/deflime/)
 * (@deflime)
 * [14 years, 9 months ago](https://wordpress.org/support/topic/plugin-reed-write-feature-requests/#post-2234054)
 * Here’s how far I got.
 * Looks like I didn’t need to go so far, [http://codex.wordpress.org/images/1/18/Template_Hierarchy.png](http://codex.wordpress.org/images/1/18/Template_Hierarchy.png)
 * However the above graphic doesn’t seem to include a custom index page for the
   new custom type so the following serves some purpose.
 *     ```
       flush_rewrite_rules(); // Line 391, your last piece of code before..
   
       		add_action("template_redirect", '_rw_template_redirect');
       	}
   
       	function _rw_template_redirect()	{
       		global $wp;
   
       // list custom types in an array, this could be better, of course
       		$rw_custom_types = array('custom-type-1-slug', 'custom-type-2-slug');
   
       		if (in_array($wp->query_vars["post_type"], $rw_custom_types)) {
   
       			if ( is_robots() ) :
       				do_action('do_robots');
       				return;
       			elseif ( is_feed() ) :
       				do_feed();
       				return;
       			elseif ( is_trackback() ) :
       				include( ABSPATH . 'wp-trackback.php' );
       				return;
       			elseif($wp->query_vars["name"]):
       				include(TEMPLATEPATH . "/single-".$wp->query_vars["post_type"].".php");
       				die();
       			else:
       				include(TEMPLATEPATH . "/".$wp->query_vars["post_type"].".php");
       				die();
       			endif;
       		}
       ```
   
 * You may just need to implemented a bit of the above and simply include a link
   to the that WP Codex graphic to aid in ppl using their own templates.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Reed Write] [Plugin: Reed Write] Feature Requests](https://wordpress.org/support/topic/plugin-reed-write-feature-requests/)
 *  [deflime](https://wordpress.org/support/users/deflime/)
 * (@deflime)
 * [14 years, 9 months ago](https://wordpress.org/support/topic/plugin-reed-write-feature-requests/#post-2234053)
 * What about having a custom template for that specific Content Type?
 * Trying to use multiple posting areas but I am looking to have a different template
   for two of them.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Page Widget] Upgraded and now not working](https://wordpress.org/support/topic/upgraded-and-now-not-working/)
 *  [deflime](https://wordpress.org/support/users/deflime/)
 * (@deflime)
 * [15 years, 1 month ago](https://wordpress.org/support/topic/upgraded-and-now-not-working/#post-2058060)
 * *deleted*

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