Changeset 2334728
- Timestamp:
- 07/03/2020 09:05:08 AM (6 years ago)
- Location:
- appful/trunk
- Files:
-
- 2 edited
-
appful.php (modified) (1 diff)
-
models/post.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
appful/trunk/appful.php
r2334672 r2334728 4 4 Plugin URI: https://appful.io/ 5 5 Description: appful is one of the world's most remarkable & beautiful app service for Blogger and Online magazines. It is designed to create outstanding real native iOS and Android Apps based on the content of your Wordpress site or YouTube channel. appful is surprisingly simple to use and not a single line of code is required. 6 Version: 1.0.12 06 Version: 1.0.121 7 7 Author: appful GmbH 8 8 Author URI: https://appful.io/ -
appful/trunk/models/post.php
r2275127 r2334728 28 28 var $shortcodes; 29 29 var $language; 30 var $sticky; 30 31 31 32 function Appful_API_Post($wp_post = null) { … … 142 143 $this->set_value('url', get_permalink($this->id)); 143 144 $this->set_value('status', $wp_post->post_status); 145 $this->sticky = is_sticky($wp_post->ID); 144 146 145 147 $title = get_the_title($this->id);
Note: See TracChangeset
for help on using the changeset viewer.