PluginProbe
Elementor Website Builder – more than just a page builder / 3.4.3
Elementor Website Builder – more than just a page builder v3.4.3
4.3.0-beta2 4.3.0-beta1 4.2.4 4.2.3 4.2.2 4.2.1 4.2.0 4.1.5 4.2.0-beta2 4.2.0-dev2 4.2.0-beta1 4.1.4 4.1.3 4.1.2 4.1.1 4.1.0 4.1.0-beta3 4.1.0-dev3 4.0.9 4.1.0-beta2 4.1.0-dev2 4.0.8 4.1.0-beta1 4.1.0-dev1 4.0.7 All 451 releases
← All changes | core/documents-manager.php +9 -0 3.4.23.4.3 View file →
@@ -181,8 +181,17 @@
181 181 if ( ! $post_id || ! get_post( $post_id ) ) {
182 182 return false;
183 183 }
184 184
185 + /**
186 + * Retrieve document post ID.
187 + *
188 + * Filters the document post ID.
189 + *
190 + * @since 2.0.7
191 + *
192 + * @param int $post_id The post ID of the document.
193 + */
185 194 $post_id = apply_filters( 'elementor/documents/get/post_id', $post_id );
186 195
187 196 if ( ! $from_cache || ! isset( $this->documents[ $post_id ] ) ) {
188 197