File tree Expand file tree Collapse file tree 2 files changed +22
-0
lines changed Expand file tree Collapse file tree 2 files changed +22
-0
lines changed Original file line number Diff line number Diff line change 11# tablepress-rowspan-all
22TablePress Extension: Rowspans everywhere
3+
4+ ## A note about caching
5+ TablePress plugin caches the table markup (as transients).
6+ If the table markup doesn't change after installing/updating this plugin,
7+ the TablePress cache may has to be invalidated.
8+ Either delete the TablePress-related transients,
9+ all transients (as transients should only be used for temporary data),
10+ or update the cache by re-saving the tables that should use
11+ this plugin by using the ` outside_rowspan ` trigger word.
Original file line number Diff line number Diff line change 77GitHub Plugin URI: strarsis/tablepress-rowspan-all
88*/
99
10+
11+ /*
12+ * TablePress plugin caches the table markup (as transients).
13+ * If the table markup doesn't change after installing/updating this plugin,
14+ * the TablePress cache may has to be invalidated.
15+ * Either delete the TablePress-related transients,
16+ * all transients (as transients should only be used for temporary data),
17+ * or update the cache by re-saving the tables that should use
18+ * this plugin by using the `outside_rowspan` trigger word.
19+ *
20+ */
21+
22+
1023require_once 'dom_helper.php ' ;
1124
1225const TABLEPRESS_ROWSPAN = '#rowspan# ' ;
You can’t perform that action at this time.
0 commit comments