Plugin Directory

Changeset 2022760


Ignore:
Timestamp:
01/31/2019 02:25:00 PM (7 years ago)
Author:
nikolam
Message:

SM Hide dates from filtering

Location:
sermon-manager-for-wordpress/trunk/includes
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • sermon-manager-for-wordpress/trunk/includes/class-sm-shortcodes.php

    r1986913 r2022760  
    785785            'hide_preachers'     => '',
    786786            'hide_books'         => '',
     787            'hide_dates'          => '',
    787788            'include'            => '',
    788789            'exclude'            => '',
     
    819820            'hide_books'         => $args['hide_books'],
    820821            'hide_service_types' => $args['hide_service_types'],
     822            'hide_dates'         => $args['hide_dates'],
    821823        );
    822824
     
    11051107            'hide_books'            => '',
    11061108            'hide_service_types'    => \SermonManager::getOption( 'service_type_filtering' ) ? '' : 'yes',
     1109            'hide_dates'            => '',
    11071110            'action'                => 'none',
    11081111            'smp_override_settings' => true,
  • sermon-manager-for-wordpress/trunk/includes/sm-template-functions.php

    r1992589 r2022760  
    9595        'wpfc_bible_book'    => 'hide_books',
    9696        'wpfc_service_type'  => 'hide_service_types',
     97        'wpfc_dates'         => 'hide_dates',
    9798    ) );
    9899
     
    115116        'hide_books'          => '',
    116117        'hide_service_types'  => SermonManager::getOption( 'service_type_filtering' ) ? '' : 'yes',
     118        'hide_dates'          => '',
    117119        'hide_filters'        => ! SermonManager::getOption( 'hide_filters' ),
    118120        'action'              => 'none',
Note: See TracChangeset for help on using the changeset viewer.