B4BY.588
Home
Terminal
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
sportmx
/
public_html
/
wp-content
/
plugins
/
pixelyoursite-pro
/
includes
/
Filename :
class-pixel.php
back
Copy
<?php namespace PixelYourSite; if ( ! defined( 'ABSPATH' ) ) { exit; // Exit if accessed directly. } interface Pixel { public function enabled(); public function configured(); /** * Return array of pixel options for front-end. * * @return array */ public function getPixelOptions(); public function outputNoScriptEvents(); }