Linux 软件免费装
Banner图

Smart Custom Fields

开发者 inc2734
toro_unit
mimosafa
hideokamoto
hisako-isaka
kurudrive
hanamura
justinticktock
designhehe
mayukojpn
hogetan
robssanches
mirucon
sysbird
kengyu-nakamura
fuyuan9
更新时间 2024年3月16日 22:43
捐献地址: 去捐款
PHP版本: 7.4 及以上
WordPress版本: 6.4
版权: GPLv2 or later
版权网址: 版权信息

标签

plugin meta custom custom field field repeat repeatable meta field

下载

1.5.0 1.0.1 1.0.2 1.0.3 1.1.1 1.1.2 1.1.3 1.2.0 1.3.0 1.3.1 1.3.2 1.4.0 1.5.1 1.5.2 1.6.0 1.6.1 1.6.2 1.6.3 1.6.4 1.6.5 1.6.6 1.6.7 2.0.0 2.0.1 2.1.0 2.2.2 2.2.3 2.3.0 3.0.0 3.1.0 3.1.1 3.1.2 4.2.1 1.0.0 2.2.0 2.2.1 3.0.1 3.1.3 3.1.4 3.1.5 3.1.7 4.0.0 4.0.1 4.0.2 4.1.0 4.1.1 4.1.2 4.1.3 4.1.4 4.1.5 1.1.0 1.2.1 1.2.2 1.7.0 2.1.1 3.1.6 4.2.0 4.2.2 5.0.0

详情介绍:

Smart Custom Fields is a simple plugin for managing custom fields. Features https://www.youtube.com/watch?v=WxPZurn0yvI 字段类型 How to get meta data ? Post meta data This method can get any meta data. SCF::get( 'field-name' ) This method can get meta data of any group. SCF::get( 'group-name' ) This method can get all meta data. SCF::gets() User meta data This method can get any user meta data. SCF::get_user_meta( $user_id, 'field-name' ) This method can get user meta data of any group. SCF::get_user_meta( $user_id, 'group-name' ) This method can get all user meta data. SCF::get_user_meta( $user_id ) Term meta data This method can get any term meta data. SCF::get_term_meta( $term_id, $taxonomy 'field-name' ) This method can get term meta data of any group. SCF::get_term_meta( $term_id, $taxonomy, 'group-name' ) This method can get all term meta data. SCF::get_term_meta( $term_id, $taxonomy ) Custom options page meta data This method can get any custom options page meta data. SCF::get_option_meta( $menu_slug, 'field-name' ) This method can get custom options page meta data of any group. SCF::get_option_meta( $menu_slug, 'group-name' ) This method can get all custom options page meta data. SCF::get_option_meta( $menu_slug ) Create custom options page SCF::add_options_page( $page_title, $menu_title, $capability, $menu_slug, $icon_url = '', $position = null ); Register custom fields by the code. https://gist.github.com/inc2734/9f6d65c7473d060d0fd6 GitHub https://github.com/inc2734/smart-custom-fields/ 译: You can translate this plugin into your language by using GlotPress.

安装:

  1. Upload Smart Custom Fields to the /wp-content/plugins/ directory
  2. 通过 WordPress 的“插件”菜单激活插件
  3. You can setting custom fields in 'Smart Custom Fields' page.

屏幕截图:

  • Post edit page.

更新日志:

5.0.0 4.2.2 4.2.1 4.1.5 4.1.4 4.1.3 4.1.2 4.1.0 4.0.2 4.0.0 3.1.7 3.1.6 3.1.5 3.1.4 3.1.3 3.1.2 3.1.1 3.1.0 3.0.1 3.0.0 2.3.0 2.2.3 2.2.2 2.2.1 2.2.0 2.1.1 2.1.0 2.0.0 1.7.0 1.6.7 1.6.6 1.6.5 1.6.4 1.6.3 1.6.2 1.6.1 1.6.0 1.5.3 1.5.2 1.5.1 1.5.0 1.4.0 1.3.2 1.3.1 1.3.0 1.2.2 1.2.1 1.2.0 1.1.3 1.1.2 1.1.1 1.1.0 1.0.3 1.0.2 1.0.1 1.0.0