How to Remove Users and Manage Their Status

To see how to remove users from the system and add them back, check out the video below:

Powered by BetterDocs

function year_shortcode() { $year = date('Y'); return $year; } add_shortcode('year', 'year_shortcode');