Add an "Export Pods Table" action to the TablePress menu #6

Merged
glen merged 18 commits from pods_export into main 2021-02-09 01:46:01 +00:00
1 changed files with 2 additions and 2 deletions
Showing only changes of commit 7e05603dd1 - Show all commits

View File

@ -3,7 +3,7 @@
Plugin Name: TablePress Extension: Pods tables
Plugin URI: https://code.studioinfinity.org/glen/tablepress-pods
Description: Custom Extension for TablePress to incorporate Pods information in tables
Version: 0.2.3
Version: 0.2.4
Author: Glen Whitney
Author URI: http ://studioinfinity.org/
*/
@ -75,7 +75,7 @@ function playground_add_export_pod_action( $view_actions ) {
'nav_tab_title' => _x( 'Export Pods', 'navigation bar', 'tablepress' ),
'required_cap' => 'tablepress_export_tables',
);
unset($view_actions['import']);
/* unset($view_actions['import']); */
return $view_actions;
}