C:\xampp\htdocs\landing\wp-content\plugins\wordpress-seo\admin\views\tabs\metas\breadcrumbs.php


1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<?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();
x

Windows NT KPTV 6.2 build 9200 (Windows Server 2012 Datacenter Edition) i586