Deskripzioa
Plugin hau 2023(e)ko uztailaren 24(a) (e)tik itxita dago, eta ez dago deskargatzeko eskuragarri. Arrazoia: Jarraibideen Urraketa.
Berrikuspenak
2019(e)ko urtarrilaren 1(a)
On top of that, the developer seems “out to lunch” in that he has not responded to user’s request for help for years!
Very strange behavior when testing it out. Could be a lot better if developer just listened to the users and fixes the items we point out.
2017(e)ko urriaren 21(a)
I was writing my own plugin and couldn’t figure out why admin-ajax kept redirecting me to my home page, then realized it was this plugin that was the culprit. To the author: PLEASE update your code so it doesn’t interfere with ajax calls. I fixed the issue by adjusting the following code thusly
function mm_block_dashboard_access() {
if (!defined( 'DOING_AJAX') && is_admin() && ! current_user_can( 'edit_posts' ) ) {
wp_redirect( home_url() );
exit;
}
}
Laguntzaileak eta Garatzaileak
“Mini Membership” software librea da. Ondoko pertsonek egin dizkiote ekarpenak plugin honi.
LaguntzaileakItzul zaitez Mini Membership zure hizkuntzara.
Garapena interesatzen zaizu?
Araka kodea, begiratu SVN biltegia edo harpidetu garapen erregistrora RSS bidez.