Show elementor content using php
-
I have a question. I am trying to display the content of a post echo with elementor from php but it is not possible.
I have this function.
function apply_content_filters1( $content ) { $content = apply_filters( 'elementor/frontend/the_content', $content ); console_log($content); return $content; }
The page I need help with: [log in to see the link]
- The topic ‘Show elementor content using php’ is closed to new replies.