python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Ouput ACF Color Picker Field Type from categories
I want to get the color of a category. In ACF I have created a color picker field type, which I can then adjust via Posts > Categories > Category.
How can I get the output of an ACF color picker...
Bokly
Votes: 0
Answers: 1
cache with dynamic pages
I am currently developing a WEB site on symfony 6 and during production testing I have a problem with the TWIG cache.
Indeed, my site includes a page editing feature. So when rendering the first time,...
erloup
Votes: 0
Answers: 1
How to translate a JSON string into a usable object
I´ve the following presets in my db stored as LONGTEXT:
[
{
"timewindow": "21:00-24:00",
"mas": "2"
},
{
"timewindow&qu...
meDom
Votes: 0
Answers: 1
approach to do not use PHP function inside twig
i've a situation where my php controller return an array from database table "messages" (db has no INNER JOIN with table users!):
$messages = get_messages($filters);
var_dump($messages);
/...
itajackass
Votes: 0
Answers: 0