首页 WordPress函数大全 do_block_editor_incompatible_meta_box()

do_block_editor_incompatible_meta_box()

2020-05-01 / 4792阅 / 悠然

如何你看完本文还不知道如何使用该函数,可以联系我定制视频教程,50元/个函数,学不会全额退款

do_block_editor_incompatible_meta_box( mixed $object, array $box )

Function that renders a “fake” meta box with an information message, shown>

Contents

  • Description
    • Parameters
    • Source
    • Changelog
  • Related
    • Uses
  • User Contributed Notes

描述

参数

$object

(mixed)
(Required)
The data object being rendered>
(array)
(Required)
Custom formats meta box arguments.

  • 'id'
    (string) Meta box 'id' attribute.
  • 'title'
    (string) Meta box title.
  • 'old_callback'
    (callable) The original callback for this meta box.
  • 'args'
    (array) Extra meta box arguments.

大家谈论
    我的见解