Completely Disable Comments

add_action(‘admin_init’, function () { // Redirect any user trying to access comments page global $pagenow if ($pagenow === ‘edit-comments.php’) { wp_safe_redirect(admin_url()); exit; } // Remove comments metabox from dashboard remove_meta_box(‘dashboard_recent_comments’, ‘dashboard’, ‘normal’); // Disable support for comments and trackbacks in…Continue reading

Superabundance Calculator

Abundance Calculator Superabundance Calculator Everyone has 24 hours a day, so how we use them matters. Time prices tell us how long we have to work to buy something. The less time we spend earning money to buy that thing,…Continue reading