File: /home/httpd/vhosts/rajlaw.com.tw/httpdocs/wp-content/themes/hr-management/inc/TGM/tgm.php
<?php
load_template( get_template_directory() . '/inc/TGM/class-tgm-plugin-activation.php' );
/**
* Recommended plugins.
*/
function hr_management_register_recommended_plugins() {
$plugins = array(
array(
'name' => __( 'Ovation Elements', 'hr-management' ),
'slug' => 'ovation-elements',
'required' => false,
'force_activation' => false,
)
);
$config = array();
hr_management_tgmpa( $plugins, $config );
}
add_action( 'tgmpa_register', 'hr_management_register_recommended_plugins' );