I have create a plugin in see the below code:-
/**
* Plugin Name: gv-potfilio
* Plugin URI: https://zeusadsolutions.com
* Description: Potfolio sdds
* Version: 1.2.1
* Author: Mr. Gaurav Baliyan
* Author URI: https://zeusadsolutions.com
* License: GPL2dsd
*/
if ( ! defined( 'ABSPATH' ) ) {
exit;
}
function form_creation(){
return '<div id="my-gallery"></div>';
}
add_shortcode('gv-gallery', 'form_creation');
But we found one error. "The plugin generated 2 characters of unexpected output during activation. If you notice “headers already sent” messages, problems with syndication feeds or other issues, try deactivating or removing this plugin."