OllieJones / index-wp-mysql-for-speed

A plugin to add useful indexes to your WordPress installation's MySQL database.
GNU General Public License v2.0
125 stars 10 forks source link

More deprecation notices #61

Closed OllieJones closed 1 year ago

OllieJones commented 1 year ago

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_FormViewFieldTitle->get() wp-content/plugins/index-wp-mysql-for-speed/afp/factory/_common/form/_view/sectionset/AdminPageFramework_FormViewFieldsetRow.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()

OllieJones commented 1 year ago

Tested with 8.1 and 8.2.