Top Google Search Results
- login_form_bottom Wordpress hook details -- Adam Brown, BYU ...
Detailed information about every action hook and filter used in WordPress. Makes Plugin API easier to use. Lists appearance, file location, and deprecation data ... - What is the proper way to apply the login_form_bottom filter?
Jul 8, 2011 ... Here is my current code. function custom_login_footer() { return '<p>text text text< /p>'; } add_filter('login_form_bottom', 'custom_login_footer'); ... - <?php /* Plugin Name: TheCartPress Plugin URI: http://thecartpress ...
... add_shortcode( 'tcp_list', array( $tcp_shortcode, 'show' ) ); add_filter( ' login_form_bottom', array( $this, 'loginFormBottom' ) ); } add_action( ' admin_bar_menu' ... - Customizing the Login Form « WordPress Codex
This login form has the filters: login_form_top, login_form_middle, and login_form_bottom. Each can print text in the form, as shown in the image on the right.