wp_ajax_generate_password() In this article Table of ContentsSource Changelog ↑ Back to top Handles generating a password via AJAX. Source function wp_ajax_generate_password() { wp_send_json_success( wp_generate_password( 24 ) ); } View all references View on Trac View on GitHub Changelog VersionDescription4.4.0Introduced. User Contributed Notes You must log in before being able to contribute a note or feedback.
User Contributed Notes
You must log in before being able to contribute a note or feedback.