b0y-101 Mini Shell


Current Path : E:/wordpress/wp-content/themes/photographer-elementor/includes/tgm/
File Upload :
Current File : E:/wordpress/wp-content/themes/photographer-elementor/includes/tgm/tgm.php

<?php
	
require get_template_directory() . '/includes/tgm/class-tgm-plugin-activation.php';

/**
 * Recommended plugins.
 */
function photographer_elementor_register_recommended_plugins() {
	$plugins = array(
		array(
			'name'             => __( 'Kirki Customizer Framework', 'photographer-elementor' ),
			'slug'             => 'kirki',
			'required'         => false,
			'force_activation' => false,
		),
		array(
			'name'             => __( 'WPElemento Importer', 'photographer-elementor' ),
			'slug'             => 'wpelemento-importer',
			'required'         => false,
			'force_activation' => false,
		),
	);
	$config = array();
	photographer_elementor_tgmpa( $plugins, $config );
}
add_action( 'tgmpa_register', 'photographer_elementor_register_recommended_plugins' );

Copyright © 2019 by b0y-101