Linux webm012.cluster126.gra.hosting.ovh.net 5.15.206-ovh-vps-grsec-zfs-classid #1 SMP Fri May 15 02:41:25 UTC 2026 x86_64
/
home
/
f
/
e
/
r
/
ferronnery
/
www
/
wp-content
/
plugins
/
wordpress-seo
/
admin
/
views
/
tabs
/
metas
/
/home/f/e/r/ferronnery/www/wp-content/plugins/wordpress-seo/admin/views/tabs/metas/breadcrumbs.php
<?php /** * WPSEO plugin file. * * @package WPSEO\Admin */ if ( ! defined( 'WPSEO_VERSION' ) ) { header( 'Status: 403 Forbidden' ); header( 'HTTP/1.1 403 Forbidden' ); exit(); } $wpseo_breadcrumbs_presenter = new WPSEO_Paper_Presenter( esc_html__( 'Breadcrumbs settings', 'wordpress-seo' ), __DIR__ . '/paper-content/breadcrumbs-content.php', [ 'paper_id' => 'settings-breadcrumbs', 'class' => 'search-appearance', ] ); // phpcs:ignore WordPress.Security.EscapeOutput -- get_output() output is properly escaped. echo $wpseo_breadcrumbs_presenter->get_output();