Advertisement
arie_cristianD

add style to header

Dec 12th, 2023
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.08 KB | None | 0 0
  1.     add_action(
  2.         'wp_head',
  3.         function () {
  4.             echo '<style></style>';
  5.         }
  6.     );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement