Skip to content

Instantly share code, notes, and snippets.

@MogulChris
Created October 20, 2021 22:47
Show Gist options
  • Save MogulChris/f12392cf5032acef9dfa5249ad7de296 to your computer and use it in GitHub Desktop.
Save MogulChris/f12392cf5032acef9dfa5249ad7de296 to your computer and use it in GitHub Desktop.
Displaying Elementor Pro templates manually
<?php
$post_id = 142; //post of type elementor_library
$document = \ElementorPro\Plugin::elementor()->documents->get( $post_id );
$document->print_content();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment