• nobkaz

    (@nobkaz)


    Custom Field Suiteを使用した投稿画面の一番上に警告がでます。

    Deprecated: Creation of dynamic property Custom_Field_Suite::$group_ids is deprecated in /home/xxxxxx/www/xxxx/wp-content/plugins/custom-field-suite/templates/admin_head.php on line 62

    さらに画像ファイル追加の所でも

    Deprecated: Creation of dynamic property Custom_Field_Suite::$validators is deprecated in /home/xxxxxx/www/xxxx/wp-content/plugins/custom-field-suite/includes/form.php on line 225

    Deprecated: ctype_digit(): Argument of type null will be interpreted as string in the future in /home/xxxxxx/www/xxxx/wp-content/plugins/custom-field-suite/includes/fields/file.php on line 15

    以上の警告がでます。改善できるのでしょうか。教えていただけませんでしょうか。

3件の返信を表示中 - 1 - 3件目 (全3件中)
  • トピック投稿者 nobkaz

    (@nobkaz)

    一番上の警告にあたる部分としては、CFS()->group_ids = array_keys( $field_groups );

    続いて

            CFS()->validators = [];

            if ( ctype_digit( $field->value ) ) {

    となります。

    munyagu

    (@munyagu)

    Custom Field Suite プラグインは PHP8.2 に対応していないようです。

    PHP のバージョンを 8.1 などに変更してください。

    トピック投稿者 nobkaz

    (@nobkaz)

    munyagu様

    早急なお返事ありがとうございます。

    変更してみます。再度ありがとうございます。

3件の返信を表示中 - 1 - 3件目 (全3件中)
  • トピック「Custom Field Suite 投稿画面での警告について」には新たに返信することはできません。