Submit
Path:
~
/
home
/
bfxleof
/
www
/
wp-content
/
plugins
/
wordpress-seo
/
admin
/
views
/
tabs
/
metas
/
paper-content
/
general
/
File Content:
homepage.php
<?php /** * WPSEO plugin file. * * @package WPSEO\Admin\Views\General * * @uses Yoast_Form $yform Form object. */ if ( get_option( 'show_on_front' ) === 'posts' ) { echo '<div class="yoast-settings-section">'; echo esc_html__( 'This is what shows in the search results when people find your homepage. This means this is probably what they see when they search for your brand name.', 'wordpress-seo' ); $editor = new WPSEO_Replacevar_Editor( $yform, [ 'title' => 'title-home-wpseo', 'description' => 'metadesc-home-wpseo', 'page_type_recommended' => 'homepage', 'page_type_specific' => 'page', 'paper_style' => false, ] ); $editor->render(); echo '</div>'; require __DIR__ . '/../front-page-content.php'; } else { $wpseo_page_on_front = get_option( 'page_on_front' ); $wpseo_page_for_posts = get_option( 'page_for_posts' ); if ( empty( $wpseo_page_on_front ) ) { $wpseo_page_on_front = $wpseo_page_for_posts; } printf( /* translators: 1: link open tag; 2: link close tag. */ esc_html__( 'You can determine the title and description for the homepage by %1$sediting the homepage itself%2$s.', 'wordpress-seo' ), '<a href="' . esc_url( get_edit_post_link( $wpseo_page_on_front ) ) . '">', '</a>' ); if ( $wpseo_page_for_posts > 0 ) { echo '<p>'; printf( /* translators: 1: link open tag; 2: link close tag. */ esc_html__( 'You can determine the title and description for the posts page by %1$sediting the posts page itself%2$s.', 'wordpress-seo' ), '<a href="' . esc_url( get_edit_post_link( $wpseo_page_for_posts ) ) . '">', '</a>' ); echo '</p>'; } }
Submit
FILE
FOLDER
Name
Size
Permission
Action
elFinderVolumeLocalFileSystem.class.php
48544 bytes
0644
force-rewrite-title.php
538 bytes
0644
homepage.php
1670 bytes
0644
knowledge-graph.php
2562 bytes
0644
title-separator.php
610 bytes
0644
N4ST4R_ID | Naxtarrr