Skip to main content

Posts

PHP 8 deprecates in Wordpress: class-wp-list-table.php:717

There has been released latest versions PHP 8.0 and 8.1 but Wordpress and some of its plugins are not ready to convey the patterns provided in PHP 8. I just found today that after upgrading a website from 7.4, a lot of error notifications appeared everywhere in the website when enabling of debug mode. However, we will focused on the given title in this blog as important matter in order to check the status of the orders if approved, pending or cancelled. This content lets you spend very short time in finding out errors in Wordpress 6.0 with PHP 8.0 most specifically the one I had figured out from this notice "Uncaught TypeError: count(): Argument #1 ($value) must be of type Countable|array, null given in /www/.../wp-admin/includes/class-wp-list-table.php:717". However, in our case, the website has an installed plugins "Advanced Custom Field Pro" and "Woocommerce 7.3" which combined to manipulate order statuses. The website has an e-commerce platform that vi

Huawei B312-939 Tool "Adminer" chrome extension update for Manifest Version 3

  Edit file: /manifest.json Replace all with this code: { "name": "Huawei B312-939 Tool", "manifest_version": 3, "description": "Options for antenna settings and band selection for Globe My Business B312-939", "version": "3.0", "icons": { "16": "img/logo-16.png", "48": "img/logo-48.png", "128": "img/logo-128.png" }, "action": { "default_icon": { "19": "img/logo-19.png", "38": "img/logo-48.png" }, "default_popup": "popup.html" }, "host_permissions": [" http://192.168.254.254/ "], "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'; script-src-elem 'self' https://ssl.google-analytics.com ;" }, "web_acces

Globe B593s-22 USIM Unlocker, Openline SIM

  Download

Downloadable: MS Office 2016 + Activator

  Download link will be removed on September 10, 2021 for storage space.   Type Compressed Archive Size 2.53 GB Storage used 5.24 GB Location Downloads Download Now

Free SQLyog Ultimate 12.4.3

  SQLyog is a GUI tool for the RDBMS MySQL. It is developed by Webyog, Inc., based in Bangalore, India, and Santa Clara, California. SQLyog is being used by more than 30,000 customers worldwide and has been downloaded more than 2,000,000 times. General Info Type Compressed Archive Size 11.6 MB Storage used 28.7 MB Location Google Drive License Key ec38d297-0543-4679-b098-4baadf91f983 How to install SQLyog? 1. Disconnect your computer from Internet. 2. Install SQLyog Ultimate 12.4.3.exe . 3. Run the Application and Register given serial key 4. That's all , Enjoy

Alumni Management System - Open Source

  Type Compressed Archive Size 10.4 MB Storage used 10.4 MB Location Google Drive Download

Remove unused Wordpress stylesheets and scripts - Just code it!

  Just have found a good way to remove unnecessary css and js links on your website header. If you aren't familiar with a good page load auditor, you might visit Gtmetrix.com , Pingdom.com , and Google Page Speed  to check your site's performance. Unused CSS and JS scripts makes your site's page load so heavy and sometimes it turns over 10 to 30 seconds to display your frontend on the browser. Thus, this way could also give you more idea on how do you manage your site's performance.  I have tried several times the use of  wp_dequeue_style()  functions both in my child and parent theme but didn't worked. However, I never liked contact form 7 to run out in my front-end since before I get into Wordpress platform so I often removed it by adding code define( 'WPCF7_LOAD_CSS', false )  into wp-config.php just below define( 'WP_DEBUG', false ) . So let's get started. You must first check the running css on your front-end on browser element inspector. On