0
wordpress
Hi I want to know how to import my presonnal formular in wordpress with css an js docs
1 Odpowiedź
0
You have to enque them in functions.php
Yo import css use wp_enque_style()
and for js use wp_enque_script()
Reference:
(JS) https://developer.wordpress.org/reference/functions/wp_enqueue_script/
(CSS) https://developer.wordpress.org/reference/functions/wp_enqueue_style/