Skip to content

Instantly share code, notes, and snippets.

View tarunmahashwari's full-sized avatar
🏠
Working from home

Tarun Mahashwari tarunmahashwari

🏠
Working from home
View GitHub Profile
@tarunmahashwari
tarunmahashwari / amu.php
Created September 28, 2015 22:04 — forked from gmazzap/amu.php
Attach My Upload is a WordPress plugin that allow to create an attachment post from a file already uploaded to uploads folder. Was wrote to answer a WPSE question here: http://wordpress.stackexchange.com/questions/141509/
<?php
/**
* Plugin Name: Attach My Upload
* Description: Allow to create an attachment post from a file already uploaded to uploads folder.
* Plugin URI: http://wordpress.stackexchange.com/questions/141509/
* Author: G. M.
* Author URI: http://wordpress.stackexchange.com/users/35541/g-m
*
*/
/*