[ Index ]

PHP Cross Reference of WP-Table Reloaded 1.6

title

Body

[close]

/ -> wp-table-reloaded.php (summary)

WordPress plugin "WP-Table Reloaded" main file, responsible for initiating the plugin

Author: Tobias Bäthge
Version: 1.6
File Size: 95 lines (4 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 2 files
 controllers/controller-admin.php
 controllers/controller-frontend.php

Defines 2 functions

  wp_table_reloaded_print_table()
  wp_table_reloaded_print_table_info()

Functions
Functions that are not part of a class:

wp_table_reloaded_print_table( $table_query )   X-Ref
Add template tag function for "table" shortcode to be used anywhere in the template

This function provides a possibility to show a table anywhere in a WordPress template,
which is needed for any region of a theme that can not use Shortcodes.
Thus, the function is only available in the frontend part of WordPress.

param: string $table_query Query string like list of parameters for Shortcode "table" rendering

wp_table_reloaded_print_table_info( $table_query )   X-Ref
Add template tag function for "table-info" shortcode to be used anywhere in the template

This function provides a possibility to show table info data anywhere in a WordPress template,
which is needed for any region of a theme that can not use Shortcodes.
Thus, the function is only available in the frontend part of WordPress.

param: string $table_query Query string like list of parameters for Shortcode "table-info" rendering



Generated: Fri Jan 8 13:57:20 2010 Cross-referenced by PHPXref 0.7