0 ) { ?>
'',
'page_template' )
);
?>
business_max_render_recommend_plugins( $recommend_plugins );
?>
0 && get_post_meta( $front_page, '_wp_page_template', true ) != 'template-frontpage.php' ) {
?>
Name ) ); ?>
Congratulations! you installed importer plugin successfully. Click Here to start
Import Data','business-max' ),
esc_url( admin_url('themes.php?page=pt-one-click-demo-import') )
)); ?>
'install-plugin',
'plugin' => $plugin_name
),
network_admin_url( 'update.php' )
),
'install-plugin_'.$plugin_name
);
} else {
$install_url = add_query_arg(array(
'action' => 'activate',
'plugin' => rawurlencode( $plugin_name . '/' . $plugin_name . '.php' ),
'plugin_status' => 'all',
'paged' => '1',
'_wpnonce' => wp_create_nonce('activate-plugin_' . $plugin_name . '/' . $plugin_name . '.php'),
), network_admin_url('plugins.php'));
$button_class = 'activate-now button-primary';
$button_txt = esc_html__( 'Active Now', 'business-max' );
}
$detail_link = add_query_arg(
array(
'tab' => 'plugin-information',
'plugin' => $plugin_name,
'TB_iframe' => 'true',
'width' => '772',
'height' => '349',
),
network_admin_url( 'plugin-install.php' )
);
echo '
';
printf( esc_html__(
'%1$s you will need to install and activate the %2$s plugin first.', 'business-max' ),
''.esc_html__( 'Hey.', 'business-max' ).'',
''.esc_html__( 'Theme Demo Importer', 'business-max' ).''
);
echo '
';
echo '
'.esc_html($button_txt).'
';
?>