The plugin also comes with a pre-created set of functions that you can use to for example round a number or format a date.
RNF_Split
RNF_Split($separator,$text)
Used to separate a text by a separator, for example, this code:
Would separate the text “Orange,Apple” by its coma and would create the array [“Orange”,”Apple”]. You can ...
Continue Reading →
17
NOV
2023
NOV
2023
0