Title: [Plugin: WP-Table Reloaded] making shortcodes functional
Last modified: August 20, 2016

---

# [Plugin: WP-Table Reloaded] making shortcodes functional

 *  [incamedia](https://wordpress.org/support/users/incamedia/)
 * (@incamedia)
 * [14 years, 6 months ago](https://wordpress.org/support/topic/plugin-wp-table-reloaded-making-shortcodes-functional/)
 * I have a table at [http://www.themoderndaywizard.com/press](http://www.themoderndaywizard.com/press)
   and I want to insert the shortcode for my music player into a cell.
 * It looks like [audio:talk_radio_europe_060511_shame_interview.mp3] but it is 
   not recognised in the table and comes out as text. How can I insert it so that
   it is functional?
 * [http://wordpress.org/extend/plugins/wp-table-reloaded/](http://wordpress.org/extend/plugins/wp-table-reloaded/)

Viewing 1 replies (of 1 total)

 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [14 years, 6 months ago](https://wordpress.org/support/topic/plugin-wp-table-reloaded-making-shortcodes-functional/#post-2365664)
 * Hi,
 * sorry for the late answer.
 * If you are talking about the “Audio Player” plugin, you can make those Shortcodes(
   which are not real WordPress Shortcodes, but custom ones) work by adding the 
   following to your theme’s “functions.php” file:
 *     ```
       add_filter( 'wp_table_reloaded_cell_content', array( &$AudioPlayer, 'processContent' ), 10, 2 );
       ```
   
 * Regards,
    Tobias

Viewing 1 replies (of 1 total)

The topic ‘[Plugin: WP-Table Reloaded] making shortcodes functional’ is closed to
new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/wp-table-reloaded_f7dcd3.svg)
 * [WP-Table Reloaded](https://wordpress.org/plugins/wp-table-reloaded/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-table-reloaded/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-table-reloaded/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-table-reloaded/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-table-reloaded/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-table-reloaded/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * Last activity: [14 years, 6 months ago](https://wordpress.org/support/topic/plugin-wp-table-reloaded-making-shortcodes-functional/#post-2365664)
 * Status: not resolved