I'm seeing this:
Deprecated: ctype_digit(): Argument of type int will be interpreted as string in the future in /home/u481531094/domains/localleader.us/public_html/wp-content/plugins/toolset-blocks/vendor/toolset/toolset-common/inc/autoloaded/field/group/factory.php on line 134
Hi there,
The message you see shows that if you update PHP to the future versions the functionality in question might not work. But it poses no errors on your current PHP version.
We do improvements to make Toolset support the newer versions of PHP but it is a work in progress.
For now, as your version doe snot have any problems regarding the functionality you can turn off that message in WordPress:
Would you please access your website files and edit the "wp-config.php" file on the root folder of your WordPress installation and add the code below into the file:
define( 'WP_DEBUG', false );
define( 'WP_DEBUG_LOG', false );
define( 'WP_DEBUG_DISPLAY', false );
Please add the code above the line below:
/* That's all, stop editing! Happy blogging. */
Thanks.