Lines:
1 to 22 of 22
<?php /* class Featured_Content */ /* function Featured_Content::setup() – Instantiate. */ /* function Featured_Content::init() – Conditionally hook into WordPress. */ /* function Featured_Content::wp_loaded() – Hide "featured" tag from the front end. */ /* function Featured_Content::get_featured_posts() – Get featured posts. */ /* function Featured_Content::get_featured_post_ids() – Get featured post IDs */ /* function Featured_Content::get_sticky_posts() – Return an array with IDs of posts maked as sticky. */ /* function Featured_Content::delete_transient() – Delete featured content ids transient. */ /* function Featured_Content::pre_get_posts() – Exclude featured posts from the home page blog query. */ /* function Featured_Content::delete_post_tag() – Reset tag option when the saved tag is deleted. */ /* function Featured_Content::hide_featured_term() – Hide featured tag from displaying when global terms are queried from the front end. */ /* function Featured_Content::hide_the_featured_term() – Hide featured tag from display when terms associated with a post object are queried from the front end. */ /* function Featured_Content::register_setting() – Register custom setting on the Settings -> Reading screen. */ /* function Featured_Content::customize_register() – Add settings to the Customizer. */ /* function Featured_Content::enqueue_scripts() – Enqueue the tag suggestion script. */ /* function Featured_Content::get_setting() – Get featured content settings. */ /* function Featured_Content::validate_settings() – Validate featured content settings. */ Featured_Content::setup();
Called by
Invoked by
Calls
1 to 1 of 1