Refactor plugin structure:
- Rename pro-plugins-config.php to data/pro-plugins.php - Rename recommended-plugins.php to free-plugins.php - Rename class-recommended-plugins-manager.php to class-free-plugins-manager.php - Update all references throughout the codebase - Add enhanced hover effects to Go Pro buttons
This commit is contained in:
@ -43,8 +43,8 @@ class WP_Allstars_Pro_Plugins_Manager {
|
||||
* @return array Array of premium plugin data
|
||||
*/
|
||||
public static function get_pro_plugins() {
|
||||
// Load pro plugin configuration from the function defined in pro-plugins-config.php
|
||||
return wp_allstars_get_pro_plugins_config();
|
||||
// Load pro plugin configuration from the data file
|
||||
return wp_allstars_get_pro_plugins();
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user