Link to wp-user in synced mailpress_users
-
Hi,
Iwanted to get a quick access to the WP-user page modification directly from the mailpress_user page (Sync_wordpress_user activated).
Around line 350 of MailPress_sync_wordpress_user.php, just add :
<?php echo '<a href="https://www.mysite.com/wp-admin/user-edit.php?user_id=' . $wp_user->ID . '">' . " Edit</a>" ?>
before the “WP User #id” cell closes.
Maybe included in a next version ?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Link to wp-user in synced mailpress_users’ is closed to new replies.