Add Inline Styles On Wordpress With Functions.php

PHOTO EMBED

Thu Apr 01 2021 13:00:44 GMT+0000 (Coordinated Universal Time)

Saved by @vwebtech #php #css

// GRID to List For Mobile Start //
/* if( isset($_GET['s'])){ */
function product_grid_list_mod()
{  ?>
<style>
	Your styles here
</style>
<?php /* } */
add_action('wp_head', 'product_grid_list_mod', 100);
}
// GRID to List For Mobile End //
content_copyCOPY