Home › Forums › Backend Issues (wp-admin) › Display repeater in a php as css › Reply To: Display repeater in a php as css
Basically you need to look at this https://codex.wordpress.org/AJAX_in_Plugins
When you enqueue the script you do it something like this, please note that this is only an example of the values that will be used. You should really look at the document and read about getting the admim ajax url and all of that
wp_enqueue_style('your-handle', '/wp-admin/admin-ajax.php?action=my_custom_css_action');
Then you create an action functin that outputs your dynamic php stylesheet.
Welcome to the Advanced Custom Fields community forum.
Browse through ideas, snippets of code, questions and answers between fellow ACF users
Helping others is a great way to earn karma, gain badges and help ACF development!
We use cookies to offer you a better browsing experience, analyze site traffic and personalize content. Read about how we use cookies and how you can control them in our Privacy Policy. If you continue to use this site, you consent to our use of cookies.