Title: Show elementor content using php
Last modified: July 1, 2021

---

# Show elementor content using php

 *  [ggv2024](https://wordpress.org/support/users/ggv2024/)
 * (@ggv2024)
 * [4 years, 11 months ago](https://wordpress.org/support/topic/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](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fshow-elementor-content-using-php%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

The topic ‘Show elementor content using php’ is closed to new replies.

 * ![](https://ps.w.org/elementor/assets/icon-256x256.gif?rev=3444228)
 * [Elementor Website Builder - more than just a page builder](https://wordpress.org/plugins/elementor/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/elementor/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/elementor/)
 * [Active Topics](https://wordpress.org/support/plugin/elementor/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/elementor/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/elementor/reviews/)

 * 0 replies
 * 1 participant
 * Last reply from: [ggv2024](https://wordpress.org/support/users/ggv2024/)
 * Last activity: [4 years, 11 months ago](https://wordpress.org/support/topic/show-elementor-content-using-php/)
 * Status: not resolved