Filter by type:
Search
Skip to content
Browse: Home / Functions / wp_body_open()

wp_body_open()

Fire the wp_body_open action.


Description

Adds backward compatibility for WordPress versions < 5.2


Source

File: inc/core/theme-hooks.php

	function wp_body_open() {
		do_action( 'wp_body_open' );
	}

Expand full source code Collapse full source code View on Trac


Changelog

Changelog
Version Description
1.8.7 Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.