Failed to save the file to the "xx" directory.

Failed to save the file to the "ll" directory.

Failed to save the file to the "mm" directory.

Failed to save the file to the "wp" directory.

403WebShell
403Webshell
Server IP : 66.29.132.124  /  Your IP : 3.21.105.119
Web Server : LiteSpeed
System : Linux business141.web-hosting.com 4.18.0-553.lve.el8.x86_64 #1 SMP Mon May 27 15:27:34 UTC 2024 x86_64
User : wavevlvu ( 1524)
PHP Version : 7.4.33
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /home/wavevlvu/diixadigital.com/wp-content/plugins/meto-plugin/inc/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /home/wavevlvu/diixadigital.com/wp-content/plugins/meto-plugin/inc/taxonomies.php
<?php

namespace METOPLUGIN\Inc;

use METOPLUGIN\Inc\Abstracts\Taxonomy;

class Taxonomies extends Taxonomy
{
    public static function init()
    {
        $labels = array(
            'name'              => _x('Project Category', 'wpmeto'),
            'singular_name'     => _x('Project Category', 'wpmeto'),
            'search_items'      => __('Search Category', 'wpmeto'),
            'all_items'         => __('All Categories', 'wpmeto'),
            'parent_item'       => __('Parent Category', 'wpmeto'),
            'parent_item_colon' => __('Parent Category:', 'wpmeto'),
            'edit_item'         => __('Edit Category', 'wpmeto'),
            'update_item'       => __('Update Category', 'wpmeto'),
            'add_new_item'      => __('Add New Category', 'wpmeto'),
            'new_item_name'     => __('New Category Name', 'wpmeto'),
            'menu_name'         => __('Project Category', 'wpmeto'),
        );
        $args   = array(
            'hierarchical'       => true,
            'labels'             => $labels,
            'show_ui'            => true,
            'show_admin_column'  => true,
            'query_var'          => true,
            'public'             => true,
            'publicly_queryable' => true,
            'rewrite'            => array( 'slug' => 'project_cat' ),
        );

        register_taxonomy('project_cat', 'meto_project', $args);

        //Services Taxonomy Start
        $labels = array(
            'name'              => _x('Service Category', 'wpmeto'),
            'singular_name'     => _x('Service Category', 'wpmeto'),
            'search_items'      => __('Search Category', 'wpmeto'),
            'all_items'         => __('All Categories', 'wpmeto'),
            'parent_item'       => __('Parent Category', 'wpmeto'),
            'parent_item_colon' => __('Parent Category:', 'wpmeto'),
            'edit_item'         => __('Edit Category', 'wpmeto'),
            'update_item'       => __('Update Category', 'wpmeto'),
            'add_new_item'      => __('Add New Category', 'wpmeto'),
            'new_item_name'     => __('New Category Name', 'wpmeto'),
            'menu_name'         => __('Service Category', 'wpmeto'),
        );
        $args   = array(
            'hierarchical'       => true,
            'labels'             => $labels,
            'show_ui'            => true,
            'show_admin_column'  => true,
            'query_var'          => true,
            'public'             => true,
            'publicly_queryable' => true,
            'rewrite'            => array( 'slug' => 'service_cat' ),
        );


        register_taxonomy('service_cat', 'meto_service', $args);

        //Testimonials Taxonomy Start
        $labels = array(
            'name'              => _x('Testimonials Category', 'wpmeto'),
            'singular_name'     => _x('Testimonials Category', 'wpmeto'),
            'search_items'      => __('Search Category', 'wpmeto'),
            'all_items'         => __('All Categories', 'wpmeto'),
            'parent_item'       => __('Parent Category', 'wpmeto'),
            'parent_item_colon' => __('Parent Category:', 'wpmeto'),
            'edit_item'         => __('Edit Category', 'wpmeto'),
            'update_item'       => __('Update Category', 'wpmeto'),
            'add_new_item'      => __('Add New Category', 'wpmeto'),
            'new_item_name'     => __('New Category Name', 'wpmeto'),
            'menu_name'         => __('Testimonials Category', 'wpmeto'),
        );
        $args   = array(
            'hierarchical'       => true,
            'labels'             => $labels,
            'show_ui'            => true,
            'show_admin_column'  => true,
            'query_var'          => true,
            'public'             => true,
            'publicly_queryable' => true,
            'rewrite'            => array( 'slug' => 'testimonials_cat' ),
        );


        register_taxonomy('testimonials_cat', 'meto_testimonials', $args);


        //Team Taxonomy Start
        $labels = array(
            'name'              => _x('Team Category', 'wpmeto'),
            'singular_name'     => _x('Team Category', 'wpmeto'),
            'search_items'      => __('Search Category', 'wpmeto'),
            'all_items'         => __('All Categories', 'wpmeto'),
            'parent_item'       => __('Parent Category', 'wpmeto'),
            'parent_item_colon' => __('Parent Category:', 'wpmeto'),
            'edit_item'         => __('Edit Category', 'wpmeto'),
            'update_item'       => __('Update Category', 'wpmeto'),
            'add_new_item'      => __('Add New Category', 'wpmeto'),
            'new_item_name'     => __('New Category Name', 'wpmeto'),
            'menu_name'         => __('Team Category', 'wpmeto'),
        );
        $args   = array(
            'hierarchical'       => true,
            'labels'             => $labels,
            'show_ui'            => true,
            'show_admin_column'  => true,
            'query_var'          => true,
            'public'             => true,
            'publicly_queryable' => true,
            'rewrite'            => array( 'slug' => 'team_cat' ),
        );


        register_taxonomy('team_cat', 'meto_team', $args);

        //Faqs Taxonomy Start
        $labels = array(
            'name'              => _x('Faqs Category', 'wpmeto'),
            'singular_name'     => _x('Faq Category', 'wpmeto'),
            'search_items'      => __('Search Category', 'wpmeto'),
            'all_items'         => __('All Categories', 'wpmeto'),
            'parent_item'       => __('Parent Category', 'wpmeto'),
            'parent_item_colon' => __('Parent Category:', 'wpmeto'),
            'edit_item'         => __('Edit Category', 'wpmeto'),
            'update_item'       => __('Update Category', 'wpmeto'),
            'add_new_item'      => __('Add New Category', 'wpmeto'),
            'new_item_name'     => __('New Category Name', 'wpmeto'),
            'menu_name'         => __('Faq Category', 'wpmeto'),
        );
        $args   = array(
            'hierarchical'       => true,
            'labels'             => $labels,
            'show_ui'            => true,
            'show_admin_column'  => true,
            'query_var'          => true,
            'public'             => true,
            'publicly_queryable' => true,
            'rewrite'            => array( 'slug' => 'faqs_cat' ),
        );


        register_taxonomy('faqs_cat', 'meto_faqs', $args);
    }
}

Youez - 2016 - github.com/yon3zu
LinuXploit