oembed_min_max_width

過濾鉤子
引數
  • (array) $min_max_width { Minimum and maximum widths for the oEmbed response. @type int $min Minimum width. Default 200. @type int $max Maximum width. Default 600. }
    Required:
    Default:
定義位置
相關勾子
oembed_default_widthembed_maybe_make_linkoembed_response_dataadmin_bar_initembed_content_meta
相關方法
wp_oembed_ensure_formatwp_nav_menu_max_depthwp_oembed_add_providerfeed_links_extrafloated_admin_avatarget_oembed_response_data
引入
4.4.0
棄用
-

oembed_min_max_width: 這是一個過濾鉤子,允許開發者修改oEmbed嵌入的最小和最大寬度值。這些值用於指定嵌入的最小和最大寬度(畫素)。這個鉤子可以用來設定自定義的最小和最大寬度值。

過濾oEmbed響應允許的最小和最大寬度。

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
$min_max_width = apply_filters(
$min_max_width = apply_filters(
$min_max_width = apply_filters(

常見問題

FAQs
檢視更多 >