buy
Security

Pass_protect_dir_user

The pass_protect_dir_user filter will trigger after adding Password protect directory  successfully

Parameters
Sample code
//FILTER to call specific function
cluster_filter('pass_protect_dir_user', 'my_pass_protect_dir_user', 10, 6); 

function my_pass_protect_dir_user($result, $user, $path, $name, $pass, $dir_name){ 
		//code
		//Write your code here
	}
}

Delete_protect_dir_user

The delete_protect_dir_user filter will trigger after deleting Password protect directory  successfully

Parameters
Sample code
//FILTER to call specific function
cluster_filter('delete_protect_dir_user', 'my_delete_protect_dir_user', 10, 4); 

function my_delete_protect_dir_user($result, $user, $name, $path){ 
		//code
		//Write your code here
	}
}
    Was this page helpful?
    Newsletter Subscription
    Subscribing you to the mailing list