Title: Filter to replace specific cell content
Last modified: January 11, 2024

---

# Filter to replace specific cell content

 *  Resolved [mattce](https://wordpress.org/support/users/mattce/)
 * (@mattce)
 * [2 years, 5 months ago](https://wordpress.org/support/topic/filter-to-replace-specific-cell-content/)
 * Hi, just a quick question: Is there a filter available for replacing the output
   on the frontend? 
   Some of our authors have added html checkmark symbols and I
   would like to replace them with some proper svg icons automatically for each 
   table, is this possible with an inbuilt filter somehow or do I need to filter
   the whole content via the_content?Thanks a lot!

Viewing 3 replies - 1 through 3 (of 3 total)

 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [2 years, 5 months ago](https://wordpress.org/support/topic/filter-to-replace-specific-cell-content/#post-17335823)
 * Hi!
 * Thanks for your post and sorry for the trouble!
 * You can use the `tablepress_cell_content` filter hook (which runs for each single
   cell) or `tablepress_table_output` (which runs for the full HTML table output)
   for this.
   For their definitions and the passed parameters, please see the source
   files directly.
 * Best wishes,
   Tobias
 *  Thread Starter [mattce](https://wordpress.org/support/users/mattce/)
 * (@mattce)
 * [2 years, 5 months ago](https://wordpress.org/support/topic/filter-to-replace-specific-cell-content/#post-17335832)
 * Great, this is what I am looking for, thanks!
 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [2 years, 5 months ago](https://wordpress.org/support/topic/filter-to-replace-specific-cell-content/#post-17335850)
 * Hi [@mattce](https://wordpress.org/support/users/mattce/),
 * no problem, you are very welcome! 🙂 Good to hear that this helped!
 * Best wishes,
   Tobias
 * P.S.: In case you haven’t, please [rate TablePress in the plugin directory](https://wordpress.org/support/plugin/tablepress/reviews/#new-post).
   Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Filter to replace specific cell content’ is closed to new replies.

 * ![](https://ps.w.org/tablepress/assets/icon.svg?rev=3192944)
 * [TablePress - Tables in WordPress made easy](https://wordpress.org/plugins/tablepress/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/tablepress/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/tablepress/)
 * [Active Topics](https://wordpress.org/support/plugin/tablepress/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/tablepress/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/tablepress/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * Last activity: [2 years, 5 months ago](https://wordpress.org/support/topic/filter-to-replace-specific-cell-content/#post-17335850)
 * Status: resolved