login_form_bottom

login_form_bottom

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter
See hook in action

See hook in core

Displaying hooks found in version: wordpress-6.5.2

apply_filters('login_form_bottom') is found 1 times:

  • /wp-includes/general-template.php line 585
    	 *
    	 * @param string $content Content to display. Default empty.
    	 * @param array  $args    Array of login form arguments.
    	 */
    	$login_form_bottom = apply_filters( 'login_form_bottom', '', $args );
    
    	$form =
    		sprintf(
    			'<form name="%1$s" id="%1$s" action="%2$s" method="post">',
    			esc_attr( $args['form_id'] ),
    			esc_url( site_url( 'wp-login.php', 'login_post' ) )
    

See this hook used in plugins: