Fri Dec 22 2023 10:27:50 GMT+0000 (Coordinated Universal Time)
Saved by @mubashir_aziz
function prefix_add_footer_styles() { wp_enqueue_style( 'child-main-styles', get_stylesheet_directory_uri() . '/style.css' , '', ''); }; add_action( 'get_footer', 'prefix_add_footer_styles' );
Copy this HTML code:
Preview:
open_in_newInstructions on embedding in Medium
Comments