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

@ -180,6 +180,7 @@ class GeneratePress_Site_Library {
'name' => __( 'Site Library', 'gp-premium' ),
'url' => admin_url( 'themes.php?page=generatepress-library' ),
'class' => 'appearance_page_generatepress-library' === $screen->id ? 'active' : '',
'id' => 'gp-site-library-tab',
);
return $tabs;