PluginProbe
WP Data Access – App Builder for Tables, Forms, Charts, Maps & Dashboards / 5.5.85
WP Data Access – App Builder for Tables, Forms, Charts, Maps & Dashboards v5.5.85
5.5.85 5.5.84 5.5.83 5.5.82 5.5.81 5.5.80 5.5.79 5.5.77 5.5.76 5.5.75 5.5.73 5.5.72 5.5.22 5.5.23 5.5.29 5.5.3 5.5.31 5.5.32 5.5.34 5.5.35 5.5.36 5.5.37 5.5.4 5.5.40 5.5.41 All 161 releases
← All changes | WPDataAccess/List_Table/WPDA_List_Table.php +3 -0 5.5.83 → 5.5.85 View file →
@@ -2586,8 +2586,11 @@
2586 2586 * Add full export to CSV and JSON buttons
2587 2587 * Needs to be granted in project page configuration
2588 2588 */
2589 2589 protected function add_full_table_downloads() {
2590 + if ( !WPDA::current_user_is_admin() ) {
2591 + return;
2592 + }
2590 2593 }
2591 2594
2592 2595 // Override to add arguments to CSV and JSON full table exports.
2593 2596 protected function add_full_table_downloads_add_args() {