Elementor::update_has_template_transient( int $post_ID, WP_Post $post )
Update has_template transient value when a post updated or inserted.
Parameters
- $post_ID
-
(Required) that post ID.
- $post
-
(Required) that WP_Post object.
Return
(void)
Source
File: inc/compatibility/elementor.php
Expand full source code Collapse full source code View on Github