- ExactMetrics vs MonsterInsights: Which Is Better? (2022 Comparison) - October 25, 2022
- How to Build a Sales Funnel in WordPress (Beginner’s Guide) - October 18, 2022
- 5 Best Network Solutions Alternatives Compared - October 11, 2022
First, place the code below into your theme’s functions.php file and don’t forget to save. function wpb_user_registration_date($atts, $content = null ) { $userlogin = shortcode_atts( array( ‘user’ => FALSE, ), $atts ); $uname = $userlogin[‘user’]; if ($uname!== FALSE) { $user = get_user_by( ‘login’, $uname ); if ($user == false) { $message =’Sorry no such user […]