0
How to use the get_content_meta() function in php and what is its basic syntax ?
I need to use get_content_meta() in php to retrieve a data from a database .
4 ответов
+ 1
Are you sure about this function? I mean is it a part of a library/framework?
I had to ask cause I couldn't find any info on get_content_meta function in relation to PHP.
+ 1
I tried to search some more about statamic, and that function probably be a part of statamic CMS, the only one I could find to be related https://statamic.com/
I guess you might wanna look into the project if you're interested https://github.com/statamic/statamic
+ 1
Sure and Thanks..
0
I do think so....
The below link shows an example for the get_content_meta ()
https://hotexamples.com/examples/-/Statamic/get_content_meta/php-statamic-get_content_meta-method-examples.html
i don't know how the get_content_meta is used in the above.