PATH:
home
/
lab2454c
/
adenbic.com
/
wp-content
/
plugins
/
yith-woocommerce-quick-view
/
plugin-fw
<?php /** * Functions for plugin registration hook. * * @package YITH\PluginFramework */ defined( 'ABSPATH' ) || exit; // Exit if accessed directly. if ( ! function_exists( 'yith_plugin_registration_hook' ) ) { /** * Register the plugin when activated. * Please note: use this function through register_activation_hook. * * @use activate_PLUGINNAME hook */ function yith_plugin_registration_hook() { $hook = str_replace( 'activate_', '', current_filter() ); $option = get_option( 'yit_recently_activated', array() ); $option[] = $hook; update_option( 'yit_recently_activated', $option ); } }
[+]
includes
[-] yit-plugin-registration-hook.php
[edit]
[+]
lib
[+]
..
[+]
languages
[-] yit-deactive-plugin.php
[edit]
[-] yit-woocommerce-compatibility.php
[edit]
[-] init.php
[edit]
[+]
templates
[+]
assets
[-] license.txt
[edit]
[-] yit-functions.php
[edit]
[+]
dist
[-] yit-plugin.php
[edit]