OllieJones / index-wp-mysql-for-speed

A plugin to add useful indexes to your WordPress installation's MySQL database.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

More deprecation notices

OllieJones opened this issue · comments

See also #55.

@diegpl reports

strip_tags(): Passing null to parameter #1 ($string) of type string is deprecated

wp-content/plugins/index-wp-mysql-for-speed/afp/factory/_common/form/_view/sectionset/AdminPageFramework_Form_View___FieldTitle.php:33
strip_tags()
wp-content/plugins/index-wp-mysql-for-speed/afp/factory/_common/form/_view/sectionset/AdminPageFramework_Form_View___FieldTitle.php:33
Imfs_AdminPageFramework_Form_View___FieldTitle->get()
wp-content/plugins/index-wp-mysql-for-speed/afp/factory/_common/form/_view/sectionset/AdminPageFramework_Form_View___FieldsetRow.php:36 ...

and

explode(): Passing null to parameter #2 ($string) of type string is deprecated

wp-content/plugins/index-wp-mysql-for-speed/afp/factory/_common/utility/base_utility/AdminPageFramework_Utility.php:570
explode()
wp-content/plugins/index-wp-mysql-for-speed/afp/factory/_common/utility/base_utility/AdminPageFramework_Utility.php:570
Imfs_AdminPageFramework_Utility_HTMLAttribute::getStyleAttribute()

Tested with 8.1 and 8.2.