the_password_form

the_password_form

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

See hook in core

Displaying hooks found in version: wordpress-6.5.2

apply_filters('the_password_form') is found 1 times:

  • /wp-includes/post-template.php line 1786
    	 *
    	 * @param string  $output The password form HTML output.
    	 * @param WP_Post $post   Post object.
    	 */
    	return apply_filters( 'the_password_form', $output, $post );
    }
    
    /**
     * Determines whether the current post uses a page template.
     *
     * This template tag allows you to determine if you are in a page template.
    

See this hook used in plugins: