Plugin Directory

Changeset 2334728


Ignore:
Timestamp:
07/03/2020 09:05:08 AM (6 years ago)
Author:
oskarn97
Message:

sticky posts

Location:
appful/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • appful/trunk/appful.php

    r2334672 r2334728  
    44Plugin URI: https://appful.io/
    55Description: 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.120
     6Version: 1.0.121
    77Author: appful GmbH
    88Author URI: https://appful.io/
  • appful/trunk/models/post.php

    r2275127 r2334728  
    2828    var $shortcodes;
    2929    var $language;
     30    var $sticky;
    3031
    3132    function Appful_API_Post($wp_post = null) {
     
    142143        $this->set_value('url', get_permalink($this->id));
    143144        $this->set_value('status', $wp_post->post_status);
     145        $this->sticky = is_sticky($wp_post->ID);
    144146
    145147        $title = get_the_title($this->id);
Note: See TracChangeset for help on using the changeset viewer.