'brigsby', 'name' => __( 'Brigsby', 'brigsby' ), 'label' => __( 'Brigsby Options', 'brigsby' ), 'vers' => HYBRIDEXTEND_THEME_VERSION, 'shot' => ( file_exists( trailingslashit( HYBRID_PARENT ) . 'screenshot.jpg' ) ) ? trailingslashit( HYBRID_PARENT_URI ) . 'screenshot.jpg' : ( ( file_exists( trailingslashit( HYBRID_PARENT ) . 'screenshot.png' ) ) ? trailingslashit( HYBRID_PARENT_URI ) . 'screenshot.png' : '' ), 'fullshot' => ( file_exists( trailingslashit( HYBRIDEXTEND_INC ) . 'admin/images/screenshot.jpg' ) ) ? trailingslashit( HYBRIDEXTEND_INCURI ) . 'admin/images/screenshot.jpg' : ( ( file_exists( trailingslashit( HYBRIDEXTEND_INC ) . 'admin/images/screenshot.png' ) ) ? trailingslashit( HYBRIDEXTEND_INCURI ) . 'admin/images/screenshot.png' : '' ) ); $tags = apply_filters( 'hoot_abouttags', $tags ); if ( ! is_array( $tags ) ) $tags = array(); if ( !empty( $tags['name'] ) ) $tags['name'] = esc_html( $tags['name'] ); if ( !empty( $tags['slug'] ) ) $tags['slug'] = sanitize_html_class( $tags['slug'] ); if ( !empty( $tags['vers'] ) ) $tags['vers'] = sanitize_text_field( $tags['vers'] ); if ( !empty( $tags['shot'] ) ) $tags['shot'] = esc_url( $tags['shot'] ); if ( !empty( $tags['fullshot'] ) ) $tags['fullshot'] = esc_url( $tags['fullshot'] ); elseif ( !empty( $tags['shot'] ) ) $tags['fullshot'] = $tags['shot']; } return ( ( isset( $tags[ $index ] ) ) ? $tags[ $index ] : '' ); }