Spamworldpro Mini Shell
Spamworldpro


Server : Apache
System : Linux server2.corals.io 4.18.0-348.2.1.el8_5.x86_64 #1 SMP Mon Nov 15 09:17:08 EST 2021 x86_64
User : corals ( 1002)
PHP Version : 7.4.33
Disable Function : exec,passthru,shell_exec,system
Directory :  /proc/thread-self/cwd/wp-content/plugins/uicore-framework/includes/templates/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : //proc/thread-self/cwd/wp-content/plugins/uicore-framework/includes/templates/posts.php
<?php
namespace UiCore;
defined('ABSPATH') || exit();

/**
 * Here we generate the header
 */
class Posts
{
    function __construct()
    {
       
        if (!class_exists('Uicore\Pagination')) {
            require UICORE_INCLUDES . '/templates/pagination.php';
        }
        $is_theme_builder_template = apply_filters('uicore_is_template', false);
        if($is_theme_builder_template){
            do_action('uicore_do_template');
        }else{
            if ((is_singular('portfolio') || is_post_type_archive('portfolio') || is_tax('portfolio_category')) && Helper::get_option('disable_portfolio') === 'false' ) {
                new Portfolio\Template();
            } else if( (Helper::get_option('disable_blog') === 'false') && Blog\Frontend::is_blog()) {
                new Blog\Template();
            }else {
                new Pages();
            }
        }

    }
}

Spamworldpro Mini