Plugin Directory

Changeset 2587769


Ignore:
Timestamp:
08/24/2021 12:54:02 PM (5 years ago)
Author:
crisworth
Message:

Feature update

File:
1 edited

Legend:

Unmodified
Added
Removed
  • mondoplayer/trunk/mondoplayer.php

    r2587458 r2587769  
    55    Description: Video Content Curation Plugin - automatically curate and share videos. Boost engagement on your website and in social media with compelling video.
    66    Author: MondoTag
    7     Version: 1.0.315
     7    Version: 1.0.316
    88    Tested up to: 5.7.2
    99    License: GPLv2 or later
     
    264264            $pinned = array_merge(get_option('mondoplayer_pinned_blog_all', array()), get_option('mondoplayer_pinned_blog', array()));
    265265        } else if (! is_admin() && $category_id > 0 && $wp_query->is_main_query()) {
     266            $mondoplayer_mastermind = get_term_meta($category_id, 'mondoplayer_mastermind', true);
     267            if (isset($mondoplayer_mastermind) && $mondoplayer_mastermind == 1) {
     268                return $orderby;
     269            }
    266270            $category_pinned = get_term_meta($category_id, 'mondoplayer_pinned_blog', true);
    267271            #error_log("category_pinned: " . print_r($category_pinned, TRUE));
Note: See TracChangeset for help on using the changeset viewer.