PluginProbe
OttoKit: All-in-One Automation Platform / 1.1.6
OttoKit: All-in-One Automation Platform v1.1.6
1.1.38 1.1.37 1.1.36 1.1.35 1.1.34 1.1.33 1.1.32 1.1.31 1.1.30 1.1.29 1.1.28 1.1.27 1.1.9 trunk 1.0.10 1.0.11 1.0.12 1.0.13 1.0.14 1.0.15 1.0.16 1.0.17 1.0.18 1.0.19 1.0.20 All 124 releases
← All changes | src/Integrations/wordpress/wordpress.php +1 -8 1.1.301.1.6 View file →
@@ -80,16 +80,9 @@
80 80 *
81 81 * @return array
82 82 */
83 83 public static function get_post_context( $id ) {
84 - $post_data = (array) get_post( $id );
85 -
86 - // Add permalink to post context.
87 - if ( ! empty( $post_data ) && isset( $post_data['ID'] ) ) {
88 - $post_data['permalink'] = get_permalink( $post_data['ID'] );
89 - }
90 -
91 - return $post_data;
84 + return (array) get_post( $id );
92 85 }
93 86
94 87 /**
95 88 * Gets the post meta