Connections-Business-Directory / Connections

Directory Plugin for WordPress
https://connections-pro.com
GNU General Public License v2.0
27 stars 18 forks source link

Owner Entry Editing #402

Open shazahm1 opened 10 years ago

shazahm1 commented 10 years ago

Add a filter to the retrieve atts so the can be filtered before the query is made. The idea is to be able to add a filter to permit a user to edit any entry they may have added. This way an extension can be created to hook into this filter check if the current user is an admin, if they are, the can edit all as usual. If the user is not an admin, they will be limited to editing the entries they added. This might require a few other filters so entry counts and such are accurate.