=== WP My Account Dashboard — News Feed === Contributors: 3geesmedia Tags: dashboard, newsfeed, members, chamber Requires at least: 6.0 Tested up to: 6.7 Requires PHP: 7.4 Stable tag: 1.0.3 Adds a News Feed module to WP My Account Dashboard. == Description == Logged-in users can submit news feed entries. Other logged-in users can Like, Heart, and reply to entries. Admins can approve pending entries, lock entries to close replies, and delete entries. == Installation == 1. Upload the plugin folder to /wp-content/plugins/ or install the ZIP. 2. Activate "WP My Account Dashboard — News Feed". 3. Visit your front-end dashboard page (with shortcode [wpmy_dashboard]) and open the "News Feed" module. == User Meta Fields (Author Hover Card) == This plugin reads the following user meta keys by default: - business_name - chamber_member_since (any strtotime()-parseable date) - member_profile_slug Filters to override the meta keys: - wpmad_nf_business_name_meta_key - wpmad_nf_member_since_meta_key - wpmad_nf_profile_slug_meta_key To control the profile link base path (default: /member/): - wpmad_nf_member_profile_base_path == Moderation == By default, posts auto-approve for users who can publish_posts or manage_options. Filter: - wpmad_nf_auto_approve == Changelog == = 1.0.0 = * Initial release.