Posts by Luiz Henrique Guerra • 71 points
2 posts
-
4
votes4
answers402
viewsA: How to remove parentheses of values in an array?
You can go through the array with a foreach loop, use str_replace to take the parentheses and write the items without the parentheses in a new array: $parentheses = array('(', ')'); $newArray = [];…
phpanswered Luiz Henrique Guerra 71 -
3
votes1
answer2131
viewsA: I can’t edit wordpress HTML
The problem is that you are editing the file in a path that is disposable (cache). The actual files are probably in a path of type wp-content/themes/my-theme