芝麻web文件管理V1.00
编辑当前文件:/var/www/cognitio.in/wp-content/plugins/the-events-calendar/src/Tribe/Featured_Events.php
get( 'featured' ) ); } /** * Indicates if 'featured' is set to a positive value either in the URL query * or the posted data (if any). * * @return bool */ public function featured_events_requested() { return tribe_is_truthy( tribe_get_request_var( 'featured', false ) ) || tribe_is_truthy( tribe_get_request_var( 'tribe_featuredevent', false ) ) ; } }