I’m new in wordpress plugins development , I’d like to create a plugin do some special edits on posts after created. I want to add a link (anchor) under the post after created (like in the attached image) to redirect to the new page that I will create ..
Can I do something like this?
You can do it by creating a hook for post_row_actions filter
Read this
http://pippinsplugins.com/add-custom-links-to-user-row-actions/
or read this one
http://www.codeforest.net/add-custom-links-to-row-actions-in-wordpress