Hello All,
Wishing you Happy Diwali and Happy New Year.
We hope your new year will come with full Joy and Your wishes comes true.
This diwali we are provide you Rs. 100 Gift vouchure of Movie.
This is as a diwali gift from Us.
For that you have to register PayUMoney using below link
Steps
NOTE : THIS IS NOT FRAUD OR ANY THING WE HAD DEAL WITH PAYUMONEY TO BE WITH YOU AND MAKE OUR BONDING CLOSE.
|
Sunday, 8 November 2015
Diwali Wishes and Gift
Tuesday, 27 October 2015
Wordpress : User can access only own media in
User can access only own media in wordpress
add_filter( 'ajax_query_attachments_args', 'show_users_own_attachments', 1, 1 );
function show_users_own_attachments($query){
$id = get_current_user_id();
if( !current_user_can('manage_options') )
$query['author'] = $id;
return $query;
}
Subscribe to:
Posts (Atom)