wp-content/themes/twentyeleven/functions.php:949Fire the wp_body_open action.
One hook fires while wp_body_open() runs, in this order:
function wp_body_open() { /** * Triggered after the opening <body> tag. * * @since Twenty Eleven 3.3 */ do_action( 'wp_body_open' ); }Introduced in Twenty Eleven 3.3. Unchanged from 6.7.7 through 7.1.0.
Signature, return type and hooks compared across 5 parsed releases.
src/wp-content/themes/twentyeleven/functions.php, and regenerated for each WordPress release so it tracks the code rather than a snapshot of it.