Plugin Directory

Changeset 1240780


Ignore:
Timestamp:
09/08/2015 03:57:40 PM (11 years ago)
Author:
tylerdigital
Message:

Updating Readme in 1.1

File:
1 edited

Legend:

Unmodified
Added
Removed
  • acf-tablepress/tags/1.1/readme.txt

    r1240184 r1240780  
    33Tags: advanced custom fields, acf, tablepress, tables, table, select table, embed table
    44Requires at least: 4.0
    5 Tested up to: 4.2
     5Tested up to: 4.3
    66Stable tag: 1.1
    77
     
    1111**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.**
    1212
    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.
     13This 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.
    1414
    1515**This plugin requires:**
     
    4242    $tablepress_id = get_field( 'your_field_here' );
    4343    $args = array(
    44       'id'                => $tablepress_id,
     44      'id' => $tablepress_id,
    4545    );
    4646    if ( function_exists( 'tablepress_print_table' ) ) {
Note: See TracChangeset for help on using the changeset viewer.