New wp_body_open tag and action hook in WP 5.2
-
New hook (finally!) in WordPress 5.2, for adding scripts right after the opening
<body>
tag.
Please integrate into plugin:
add_action( 'wp_body_open', array( __CLASS__, 'print_noscript_tag' ) );
`
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘New wp_body_open tag and action hook in WP 5.2’ is closed to new replies.