Sid Gifari File Manager
🏠 Root
/
home2
/
iuywvcmy
/
public_html
/
argonautisbc
/
wp-content
/
plugins
/
woo-custom-add-to-cart-button
/
lib
/
Editing: Registerable.php
<?php namespace Barn2\WCB_Lib; if ( ! \interface_exists( __NAMESPACE__ . '\\Registerable' ) ) { /** * An object that can be registered with WordPress via the Plugin API, i.e. add_action() and add_filter(). * * @package Barn2\barn2-lib * @author Barn2 Plugins <info@barn2.co.uk> * @license GPL-3.0 * @copyright Barn2 Media Ltd * @version 1.0 */ interface Registerable { public function register(); } }
Save
Cancel