__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
<?php
namespace ElementorPro\Modules\ThemeBuilder\Conditions;
if ( ! defined( 'ABSPATH' ) ) {
exit; // Exit if accessed directly
}
class General extends Condition_Base {
protected $sub_conditions = [
'archive',
'singular',
];
public static function get_type() {
return 'general';
}
public function get_name() {
return 'general';
}
public function get_label() {
return esc_html__( 'General', 'elementor-pro' );
}
public function get_all_label() {
return esc_html__( 'Entire site', 'elementor-pro' );
}
public function check( $args ) {
return true;
}
}
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| any-child-of-term.php | File | 1023 B | 0664 |
|
| any-child-of.php | File | 568 B | 0664 |
|
| archive.php | File | 1.25 KB | 0664 |
|
| author.php | File | 937 B | 0664 |
|
| by-author.php | File | 979 B | 0664 |
|
| child-of-term.php | File | 939 B | 0664 |
|
| child-of.php | File | 1.26 KB | 0664 |
|
| condition-base.php | File | 1.53 KB | 0664 |
|
| date.php | File | 491 B | 0664 |
|
| front-page.php | File | 508 B | 0664 |
|
| general.php | File | 586 B | 0664 |
|
| in-sub-term.php | File | 878 B | 0664 |
|
| in-taxonomy.php | File | 1.34 KB | 0664 |
|
| not-found404.php | File | 503 B | 0664 |
|
| post-type-archive.php | File | 1.77 KB | 0664 |
|
| post-type-by-author.php | File | 1.22 KB | 0664 |
|
| post.php | File | 2.07 KB | 0664 |
|
| search.php | File | 499 B | 0664 |
|
| singular.php | File | 1.24 KB | 0664 |
|
| taxonomy.php | File | 1.28 KB | 0664 |
|