File manager - Edit - /home/adiance/public_html/wp-content/plugins/clicky-analytics/front/item-reports.php
Back
<?php /** * Author: Alin Marcu * Author URI: https://deconf.com * Copyright 2013 Alin Marcu * License: GPLv2 or later * License URI: http://www.gnu.org/licenses/gpl-2.0.html */ // Exit if accessed directly if ( ! defined( 'ABSPATH' ) ) exit(); if ( ! class_exists( 'CAWP_Frontend_Item_Reports' ) ) { final class CAWP_Frontend_Item_Reports { private $cawp; public function __construct() { $this->cawp = CAWP(); add_action( 'admin_bar_menu', array( $this, 'custom_adminbar_node' ), 999 ); } function custom_adminbar_node( $wp_admin_bar ) { if ( CAWP_Tools::check_roles( $this->cawp->config->options['access_front'] ) && $this->cawp->config->options['frontend_item_reports'] ) { /* @formatter:off */ $args = array( 'id' => 'cawp-1', 'title' => '<span class="ab-icon"></span><span class="">' . __( "Clicky Analytics", 'clicky-analytics' ) . '</span>', 'href' => '#1', ); /* @formatter:on */ $wp_admin_bar->add_node( $args ); } } } }
| ver. 1.4 |
Github
|
.
| PHP 7.3.33 | Generation time: 0.08 |
proxy
|
phpinfo
|
Settings