This function allows to get a column options of any table by table ID.
Example:
1 | $column_options = tableon()->get_field_options($table_id, 'post_title') |
This function allows to get a column options of any table by table ID.
Example:
1 | $column_options = tableon()->get_field_options($table_id, 'post_title') |