| Current Path : /home/x/b/o/xbodynamge/namtation/wp-content/ |
| Current File : /home/x/b/o/xbodynamge/namtation/wp-content/indexable-error-page-presentation.php.tar |
wp-content/plugins/wordpress-seo/src/presentations/indexable-error-page-presentation.php 0000644 00000001265 15113423345 0033535 0 ustar 00 home/xbodynamge/lebauwcentre <?php
namespace Yoast\WP\SEO\Presentations;
/**
* Class Indexable_Error_Page_Presentation.
*
* Presentation object for indexables.
*/
class Indexable_Error_Page_Presentation extends Indexable_Presentation {
/**
* Generates the robots value.
*
* @return array The robots value.
*/
public function generate_robots() {
$robots = $this->get_base_robots();
$robots['index'] = 'noindex';
return $this->filter_robots( $robots );
}
/**
* Generates the title.
*
* @return string The title.
*/
public function generate_title() {
if ( $this->model->title ) {
return $this->model->title;
}
return $this->options->get_title_default( 'title-404-wpseo' );
}
}
www/wp-content/plugins/wordpress-seo/src/presentations/indexable-error-page-presentation.php 0000644 00000001265 15114240452 0031676 0 ustar 00 home/xbodynamge <?php
namespace Yoast\WP\SEO\Presentations;
/**
* Class Indexable_Error_Page_Presentation.
*
* Presentation object for indexables.
*/
class Indexable_Error_Page_Presentation extends Indexable_Presentation {
/**
* Generates the robots value.
*
* @return array The robots value.
*/
public function generate_robots() {
$robots = $this->get_base_robots();
$robots['index'] = 'noindex';
return $this->filter_robots( $robots );
}
/**
* Generates the title.
*
* @return string The title.
*/
public function generate_title() {
if ( $this->model->title ) {
return $this->model->title;
}
return $this->options->get_title_default( 'title-404-wpseo' );
}
}
wp-content/plugins/wordpress-seo/src/presentations/indexable-error-page-presentation.php 0000644 00000001265 15114245356 0033747 0 ustar 00 home/xbodynamge/crosstraining <?php
namespace Yoast\WP\SEO\Presentations;
/**
* Class Indexable_Error_Page_Presentation.
*
* Presentation object for indexables.
*/
class Indexable_Error_Page_Presentation extends Indexable_Presentation {
/**
* Generates the robots value.
*
* @return array The robots value.
*/
public function generate_robots() {
$robots = $this->get_base_robots();
$robots['index'] = 'noindex';
return $this->filter_robots( $robots );
}
/**
* Generates the title.
*
* @return string The title.
*/
public function generate_title() {
if ( $this->model->title ) {
return $this->model->title;
}
return $this->options->get_title_default( 'title-404-wpseo' );
}
}
namtation/wp-content/plugins/wordpress-seo/src/presentations/indexable-error-page-presentation.php 0000644 00000001265 15114416475 0033056 0 ustar 00 home/xbodynamge <?php
namespace Yoast\WP\SEO\Presentations;
/**
* Class Indexable_Error_Page_Presentation.
*
* Presentation object for indexables.
*/
class Indexable_Error_Page_Presentation extends Indexable_Presentation {
/**
* Generates the robots value.
*
* @return array The robots value.
*/
public function generate_robots() {
$robots = $this->get_base_robots();
$robots['index'] = 'noindex';
return $this->filter_robots( $robots );
}
/**
* Generates the title.
*
* @return string The title.
*/
public function generate_title() {
if ( $this->model->title ) {
return $this->model->title;
}
return $this->options->get_title_default( 'title-404-wpseo' );
}
}