Plugin Directory

Changeset 3213942 for whp-hide-posts


Ignore:
Timestamp:
12/27/2024 07:45:07 PM (15 months ago)
Author:
martin7ba
Message:

Version 2.0

Location:
whp-hide-posts
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • whp-hide-posts/tags/2.0/inc/admin/class-dashboard.php

    r3213937 r3213942  
    9898
    9999        $meta_keys = [
    100             '_whp_hide_on_frontpage'    => 'hide_on_frontpage',
    101             '_whp_hide_on_blog_page'    => 'hide_on_blog_page',
    102             '_whp_hide_on_cpt_archive'  => 'hide_on_cpt_archive',
    103             '_whp_hide_on_categories'   => 'hide_on_categories',
    104             '_whp_hide_on_search'       => 'hide_on_search',
    105             '_whp_hide_on_tags'         => 'hide_on_tags',
    106             '_whp_hide_on_authors'      => 'hide_on_authors',
    107             '_whp_hide_on_date'         => 'hide_on_date',
    108             '_whp_hide_in_rss_feed'     => 'hide_in_rss_feed',
    109             '_whp_hide_on_store'        => 'hide_on_store',
     100            '_whp_hide_on_frontpage'        => 'hide_on_frontpage',
     101            '_whp_hide_on_blog_page'        => 'hide_on_blog_page',
     102            '_whp_hide_on_cpt_archive'      => 'hide_on_cpt_archive',
     103            '_whp_hide_on_categories'       => 'hide_on_categories',
     104            '_whp_hide_on_search'           => 'hide_on_search',
     105            '_whp_hide_on_tags'             => 'hide_on_tags',
     106            '_whp_hide_on_authors'          => 'hide_on_authors',
     107            '_whp_hide_on_date'             => 'hide_on_date',
     108            '_whp_hide_in_rss_feed'         => 'hide_in_rss_feed',
     109            '_whp_hide_on_store'            => 'hide_on_store',
    110110            '_whp_hide_on_product_category' => 'hide_on_product_category',
    111111            '_whp_hide_on_single_post_page' => 'hide_on_single_post_page',
     112            '_whp_hide_on_post_navigation'  => 'hide_on_post_navigation',
     113            '_whp_hide_on_recent_posts'     => 'hide_on_recent_posts',
     114            '_whp_hide_on_archive'          => 'hide_on_archive',
     115            '_whp_hide_on_rest_api'         => 'hide_on_rest_api',
    112116        ];
    113117
  • whp-hide-posts/trunk/inc/admin/class-dashboard.php

    r3213937 r3213942  
    9898
    9999        $meta_keys = [
    100             '_whp_hide_on_frontpage'    => 'hide_on_frontpage',
    101             '_whp_hide_on_blog_page'    => 'hide_on_blog_page',
    102             '_whp_hide_on_cpt_archive'  => 'hide_on_cpt_archive',
    103             '_whp_hide_on_categories'   => 'hide_on_categories',
    104             '_whp_hide_on_search'       => 'hide_on_search',
    105             '_whp_hide_on_tags'         => 'hide_on_tags',
    106             '_whp_hide_on_authors'      => 'hide_on_authors',
    107             '_whp_hide_on_date'         => 'hide_on_date',
    108             '_whp_hide_in_rss_feed'     => 'hide_in_rss_feed',
    109             '_whp_hide_on_store'        => 'hide_on_store',
     100            '_whp_hide_on_frontpage'        => 'hide_on_frontpage',
     101            '_whp_hide_on_blog_page'        => 'hide_on_blog_page',
     102            '_whp_hide_on_cpt_archive'      => 'hide_on_cpt_archive',
     103            '_whp_hide_on_categories'       => 'hide_on_categories',
     104            '_whp_hide_on_search'           => 'hide_on_search',
     105            '_whp_hide_on_tags'             => 'hide_on_tags',
     106            '_whp_hide_on_authors'          => 'hide_on_authors',
     107            '_whp_hide_on_date'             => 'hide_on_date',
     108            '_whp_hide_in_rss_feed'         => 'hide_in_rss_feed',
     109            '_whp_hide_on_store'            => 'hide_on_store',
    110110            '_whp_hide_on_product_category' => 'hide_on_product_category',
    111111            '_whp_hide_on_single_post_page' => 'hide_on_single_post_page',
     112            '_whp_hide_on_post_navigation'  => 'hide_on_post_navigation',
     113            '_whp_hide_on_recent_posts'     => 'hide_on_recent_posts',
     114            '_whp_hide_on_archive'          => 'hide_on_archive',
     115            '_whp_hide_on_rest_api'         => 'hide_on_rest_api',
    112116        ];
    113117
Note: See TracChangeset for help on using the changeset viewer.