jetpack_show_wpcom_site_logs_menu
jetpack_show_wpcom_site_logs_menu
Appears in: jetpack.12.0, jetpack.12.1, jetpack.12.1.1, jetpack.12.2.1, jetpack.12.3, jetpack.12.5, jetpack.12.6
Hook Type: filter
See hook in action
Displaying hooks found in version: jetpack.12.6apply_filters('jetpack_show_wpcom_site_logs_menu') is found 1 times:
- /modules/masterbar/admin-menu/class-atomic-admin-menu.php line 400
* @since 12.0 * * @param bool $show_wpcom_site_logs_menu Load the WordPress.com Site Logs submenu item. Default to false. */ if ( apply_filters( 'jetpack_show_wpcom_site_logs_menu', false ) ) { add_submenu_page( 'tools.php', esc_attr__( 'Site Logs', 'jetpack' ), __( 'Site Logs', 'jetpack' ), 'manage_options', 'https://wordpress.com/site-logs/' . $this->domain, null, 7 ); } } /** * Override the global submenu_file for theme-install.php page so the WP Admin menu item gets highlighted correctly.