• hi

    im working on a custom wordpress installation, and ive got two user levels defined as roles in wp: free and member.

    the plugin is great, but whenever any free user that is not an administrator reaches their profile page, he is converted to ‘member’.

    so far i managed to find out that its probably wordpress’s flush_rules() function defines as a new action in front_end_users.php on line 30:

    add_action('wp_loaded', array($feu, 'flush_rules'));

    as soon as i delete this line, user levels are unchanged.

    any help will be much appreciated!

    http://ww.wp.xz.cn/extend/plugins/front-end-users/

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)

The topic ‘[Plugin: Front-End Users] Custom roles being overwritten’ is closed to new replies.