plugin-icon

Recast Table Builder for ACF and SCF

Add a Table field for ACF and SCF to create editable custom data tables with rows and columns directly in WordPress.
דירוגים
5
גרסה
1.1.12
התקנות פעילות
20
עודכן לאחרונה
Apr 28, 2026
Recast Table Builder for ACF and SCF

Recast Table Builder for Advanced Custom Fields and Secure Custom Fields adds a dedicated Table field type for Advanced Custom Fields (ACF) and Secure Custom Fields (SCF).

Use it to build structured, editable custom data tables directly in the WordPress admin.

Features include:

  • Add and remove table rows and columns.
  • Use text cells in the field UI.
  • Store the full table structure in one ACF/SCF field value.
  • Works with existing ACF and SCF field group workflows.

This plugin requires Advanced Custom Fields or Secure Custom Fields to be installed and active.

Usage

  1. Create or edit an ACF or SCF field group.
  2. Add a new field and choose the Table field type.
  3. Assign the field group to the post type, page, options page, or block where you want to use it.
  4. Edit your content and add table headers, rows, and cell values in the Recast Table Builder for Advanced Custom Fields and Secure Custom Fields UI.
  5. Save or update the post.

To render the saved table on the front end, fetch the field value with get_field() and pass it to recast_stf_render():

$table = get_field( 'my_table' ); if ( $table ) { echo recast_stf_render( $table ); }<h3>Styling</h3>

Recast Table Builder for Advanced Custom Fields and Secure Custom Fields` outputs a small set of default classes:

  • .recast-table-builder-for-acf-scf-front
  • .recast-table-builder-for-acf-scf-front__table
  • .recast-table-builder-for-acf-scf-front__head
  • .recast-table-builder-for-acf-scf-front__body
  • .recast-table-builder-for-acf-scf-front__row
  • .recast-table-builder-for-acf-scf-front__heading
  • .recast-table-builder-for-acf-scf-front__cell

You can style those classes directly with CSS.

חינםבתוכניות בתשלום
בביצוע ההתקנה, אנחנו מקבלים את הסכמתך לתנאי השירות של WordPress.com ולתנאים של התוסף של הצד השלישי.
נבדקו עד
WordPress 6.9.4
תוסף זה זמין להורדה ולשימוש דרך שברשותך.