Protect Post Permalink From Copy

No, this isn’t practically possible. URLs are important part of whole HTTP protocol thing, web is built upon. Browser needs to make a request for a specific URL, which WordPress needs to process and return content. There is no practical way to set up this process. You could obscure it some browser–side, but it’s nothing … Read more

Pass MD5 value to prepopulate field

Finally found the solution (I’ve been working on this for 2 days) add_filter(“gform_field_value_editlink”, “get_editlink”); function get_editlink(){ $current_user = wp_get_current_user(); $user_login = $current_user->user_login; $user_email = $current_user->user_email; $editlink = md5($user_login . $user_email); return $editlink; }

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)