PATH:
home
/
letacommog
/
newrdv1
/
wp-content
/
plugins1
/
yith-woocommerce-wishlist
/
plugin-fw
<?php /** * This file belongs to the YIT Plugin Framework. * * This source file is subject to the GNU GENERAL PUBLIC LICENSE (GPL 3.0) * that is bundled with this package in the file LICENSE.txt. * It is also available through the world-wide-web at this URL: * http://www.gnu.org/licenses/gpl-3.0.txt */ if( ! function_exists( 'yith_plugin_registration_hook' ) ){ function yith_plugin_registration_hook(){ /** * @use activate_PLUGINNAME hook */ $hook = str_replace( 'activate_', '', current_filter() ); $option = get_option( 'yit_recently_activated', array() ); $option[] = $hook; update_option( 'yit_recently_activated', $option ); } }
[+]
..
[+]
lib
[-] yit-plugin-registration-hook.php
[edit]
[-] yit-deactive-plugin.php
[edit]
[-] yit-functions.php
[edit]
[-] init.php
[edit]
[-] yit-plugin.php
[edit]
[-] package.json
[edit]
[-] .jshintrc
[edit]
[+]
templates
[+]
languages
[-] yit-woocommerce-compatibility.php
[edit]
[-] .plugin-fw.php
[edit]
[-] Gruntfile.js
[edit]
[+]
assets