Make/Core comment. * Author: Weston Ruter * Author URI: https://weston.ruter.net/ */ add_action( 'wp_body_open', static function () { wp_enqueue_style( 'late-enqueued-style', plugins_url( 'style.css', __FILE__ ) ); } ); add_action( 'wp_footer', static function () { ?>