403Webshell
Server IP : 87.98.154.146  /  Your IP : 216.73.216.165
Web Server : Apache
System : Linux webm004.cluster126.gra.hosting.ovh.net 6.18.42-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Wed Aug 5 15:59:48 CEST 2026 x86_64
User : ohklomafyi ( 52085)
PHP Version : 7.4.33
Disable Function : _dyuweyrj4,_dyuweyrj4r,dl
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /home/ohklomafyi/www/wp-content/plugins/wp-seopress/src/Services/Options/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /home/ohklomafyi/www/wp-content/plugins/wp-seopress/src/Services/Options/NoticeOption.php
<?php

namespace SEOPress\Services\Options;

defined('ABSPATH') or exit('Cheatin&#8217; uh?');

use SEOPress\Constants\Options;

class NoticeOption
{
    /**
     * @since 6.0.0
     *
     * @return array
     */
    public function getOption()
    {
        return get_option(Options::KEY_OPTION_NOTICE);
    }

    /**
     * @since 6.0.0
     *
     * @param string $key
     *
     * @return mixed
     */
    public function searchOptionByKey($key)
    {
        $data = $this->getOption();

        if (empty($data)) {
            return null;
        }

        if (! isset($data[$key])) {
            return null;
        }

        return $data[$key];
    }

    /**
     * @since 6.6.0
     *
     * @return string
     */
    public function getNoticeGetStarted(){
        return $this->searchOptionByKey('notice-get-started');
    }

    /**
     * @since 6.6.0
     *
     * @return string
     */
    public function getNoticeTasks(){
        return $this->searchOptionByKey('notice-tasks');
    }

    /**
     * @since 6.0.0
     *
     * @return string
     */
    public function getNoticeReview(){
        return $this->searchOptionByKey('notice-review');
    }

    /**
     * @since 6.0.0
     *
     * @return string
     */
    public function getNoticeUSM(){
        return $this->searchOptionByKey('notice-usm');
    }

    /**
     * @since 6.0.0
     *
     * @return string
     */
    public function getNoticeWizard(){
        return $this->searchOptionByKey('notice-wizard');
    }

    /**
     * @since 6.0.0
     *
     * @return string
     */
    public function getNoticeInsightsWizard(){
        return $this->searchOptionByKey('notice-insights-wizard');
    }

    /**
     * @since 6.0.0
     *
     * @return string
     */
    public function getNoticeAMPAnalytics(){
        return $this->searchOptionByKey('notice-amp-analytics');
    }

    /**
     * @since 8.1.0
     *
     * @return string
     */
    public function getNoticeLiteSpeedCache(){
        return $this->searchOptionByKey('notice-litespeed-cache');
    }

    /**
     * @since 6.0.0
     *
     * @return string
     */
    public function getNoticeTitleTag(){
        return $this->searchOptionByKey('notice-title-tag');
    }

    /**
     * @since 7.6.0
     *
     * @return string
     */
    public function getNoticeWPMLActive(){
        return $this->searchOptionByKey('notice-wpml-active');
    }

    /**
     * @since 6.0.0
     *
     * @return string
     */
    public function getNoticeCacheSitemap(){
        return $this->searchOptionByKey('notice-cache-sitemap');
    }

    /**
     * @since 6.0.0
     *
     * @return string
     */
    public function getNoticeSwift(){
        return $this->searchOptionByKey('notice-swift');
    }

    /**
     * @since 6.0.0
     *
     * @return string
     */
    public function getNoticeEnfold(){
        return $this->searchOptionByKey('notice-enfold');
    }

    /**
     * @since 6.0.0
     *
     * @return string
     */
    public function getNoticeSSL(){
        return $this->searchOptionByKey('notice-ssl');
    }

    /**
     * @since 6.0.0
     *
     * @return string
     */
    public function getNoticeNoIndex(){
        return $this->searchOptionByKey('notice-noindex');
    }

    /**
     * @since 6.0.0
     *
     * @return string
     */
    public function getNoticeRSSUseExcerpt(){
        return $this->searchOptionByKey('notice-rss-use-excerpt');
    }

    /**
     * @since 6.0.0
     *
     * @return string
     */
    public function getNoticeGAIds(){
        return $this->searchOptionByKey('notice-ga-ids');
    }

    /**
     * @since 6.0.0
     *
     * @return string
     */
    public function getNoticeDivideComments(){
        return $this->searchOptionByKey('notice-divide-comments');
    }

    /**
     * @since 6.0.0
     *
     * @return string
     */
    public function getNoticePostsNumber(){
        return $this->searchOptionByKey('notice-posts-number');
    }

    /**
     * @since 6.0.0
     *
     * @return string
     */
    public function getNoticeGoogleBusiness(){
        return $this->searchOptionByKey('notice-google-business');
    }

    /**
     * @since 6.0.0
     *
     * @return string
     */
    public function getNoticeSearchConsole(){
        return $this->searchOptionByKey('notice-search-console');
    }

    /**
     * @since 6.0.0
     *
     * @return string
     */
    public function getNoticeEbooks(){
        return $this->searchOptionByKey('notice-ebooks');
    }

    /**
     * @since 6.5.0
     *
     * @return string
     */
    public function getNoticeIntegrations(){
        return $this->searchOptionByKey('notice-integrations');
    }

    /**
     * @since 6.6.0
     *
     * @return string
     */
    public function getNoticeInsights(){
        return $this->searchOptionByKey('notice-insights');
    }
}

Youez - 2016 - github.com/yon3zu
LinuXploit