PATH:
home
/
lab2454c
/
adenbic.com
/
wp-content
/
plugins
/
wordpress-seo
/
src
/
exceptions
/
indexable
<?php namespace Yoast\WP\SEO\Exceptions\Indexable; /** * Exception that can be thrown whenever a term is considered invalid by WordPress * within the context of the indexables. */ class Invalid_Term_Exception extends Source_Exception { /** * Exception that can be thrown whenever a term is considered invalid by WordPress * within the context of the indexables. * * @param string $reason The reason given by WordPress why the term is invalid. */ public function __construct( $reason ) { parent::__construct( \sprintf( /* translators: %s is the reason given by WordPress. */ \esc_html__( 'The term is considered invalid. The following reason was given by WordPress: %s', 'wordpress-seo' ), $reason ) ); } }
[-] indexable-exception.php
[edit]
[-] post-not-found-exception.php
[edit]
[+]
..
[-] post-type-not-built-exception.php
[edit]
[-] term-not-built-exception.php
[edit]
[-] source-exception.php
[edit]
[-] invalid-term-exception.php
[edit]
[-] author-not-built-exception.php
[edit]
[-] term-not-found-exception.php
[edit]
[-] post-not-built-exception.php
[edit]
[-] not-built-exception.php
[edit]