Viewing 1 replies (of 1 total)
  • Plugin Author Tobias Bäthge

    (@tobiasbg)

    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.