Changeset 1240780
- Timestamp:
- 09/08/2015 03:57:40 PM (11 years ago)
- File:
-
- 1 edited
-
acf-tablepress/tags/1.1/readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
acf-tablepress/tags/1.1/readme.txt
r1240184 r1240780 3 3 Tags: advanced custom fields, acf, tablepress, tables, table, select table, embed table 4 4 Requires at least: 4.0 5 Tested up to: 4. 25 Tested up to: 4.3 6 6 Stable tag: 1.1 7 7 … … 11 11 **This is an extension for the popular [Advanced Custom Fields](https://wordpress.org/plugins/advanced-custom-fields/) plugin and [TablePress](https://wordpress.org/plugins/tablepress/) plugin. By itself, this plugin does NOTHING.** 12 12 13 This add-on for Advanced Custom Fields creates a custom field type to select a TablePress table, providing a dropdown menu that lets you select from a list of available tables. The field returns the table ID number.13 This add-on for Advanced Custom Fields creates a custom field type to select a TablePress table, providing a dropdown menu that lets you select from a list of available tables. The field can return the table ID for the table selected, or the full HTML of the table. 14 14 15 15 **This plugin requires:** … … 42 42 $tablepress_id = get_field( 'your_field_here' ); 43 43 $args = array( 44 'id' => $tablepress_id,44 'id' => $tablepress_id, 45 45 ); 46 46 if ( function_exists( 'tablepress_print_table' ) ) {
Note: See TracChangeset
for help on using the changeset viewer.