Skip to content

Commit 333f8ad

Browse files
committed
Exclude 'term_taxonomy' table, rename sync button
1 parent 88c19f5 commit 333f8ad

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

includes/class-stl-admin.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ public function render_admin_page() {
156156
</div>
157157

158158
<div class="stl-actions">
159-
<button id="stl-sync-selected" class="button button-primary"><?php esc_html_e( 'Sync Selected Changes', 'staging2live' ); ?></button>
159+
<button id="stl-sync-selected" class="button button-primary"><?php esc_html_e( 'Push Selected Changes To Production', 'staging2live' ); ?></button>
160160
</div>
161161
</div>
162162
<?php

includes/class-stl-db-comparer.php

+1
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ class STL_DB_Comparer {
5555
'options', // Often contains transients and cache data
5656
'usermeta', // User session data changes frequently
5757
'sessions', // Session data changes frequently
58+
'term_taxonomy', // Term taxonomy data changes frequently
5859
);
5960

6061
/**

0 commit comments

Comments
 (0)