updated plugin GP Premium version 2.5.0

This commit is contained in:
2024-10-09 12:44:25 +00:00
committed by Gitium
parent 627ec103fe
commit a35dc419bc
45 changed files with 2109 additions and 52 deletions

View File

@ -93,6 +93,7 @@ function generate_elements_dashboard_tab( $tabs ) {
'name' => __( 'Elements', 'gp-premium' ),
'url' => admin_url( 'edit.php?post_type=gp_elements' ),
'class' => 'edit-gp_elements' === $screen->id ? 'active' : '',
'id' => 'gp-elements-tab',
);
return $tabs;