| Current Path : /home/x/b/o/xbodynamge/namtation/wp-content/ |
| Current File : /home/x/b/o/xbodynamge/namtation/wp-content/class-themeisle-sdk-widgets-factory.php.tar |
plugins/themeisle-companion/vendor/codeinwp/themeisle-sdk/class-themeisle-sdk-widgets-factory.php 0000644 00000002105 15111467513 0035445 0 ustar 00 home/xbodynamge/www/wp-content <?php
/**
* The widgets factory class for ThemeIsle SDK
*
* @package ThemeIsleSDK
* @subpackage Widgets
* @copyright Copyright (c) 2017, Marius Cristea
* @license http://opensource.org/licenses/gpl-3.0.php GNU Public License
* @since 1.0.0
*/
// Exit if accessed directly.
if ( ! defined( 'ABSPATH' ) ) {
exit;
}
if ( ! class_exists( 'ThemeIsle_SDK_Widgets_Factory' ) ) :
/**
* Widgets factory model for ThemeIsle SDK.
*/
class ThemeIsle_SDK_Widgets_Factory {
/**
* ThemeIsle_SDK_Widgets_Factory constructor.
*
* @param ThemeIsle_SDK_Product $product_object Product Object.
* @param array $widgets the widgets.
*/
public function __construct( $product_object, $widgets ) {
if ( $product_object instanceof ThemeIsle_SDK_Product && $widgets && is_array( $widgets ) ) {
foreach ( $widgets as $widget ) {
$class = 'ThemeIsle_SDK_Widget_' . str_replace( ' ', '_', ucwords( str_replace( '_', ' ', $widget ) ) );
$instance = new $class( $product_object );
$instance->setup_hooks();
}
}
}
}
endif;
www/wp-content/themes/hestia/vendor/codeinwp/themeisle-sdk/class-themeisle-sdk-widgets-factory.php 0000644 00000002105 15113641273 0032565 0 ustar 00 home/xbodynamge <?php
/**
* The widgets factory class for ThemeIsle SDK
*
* @package ThemeIsleSDK
* @subpackage Widgets
* @copyright Copyright (c) 2017, Marius Cristea
* @license http://opensource.org/licenses/gpl-3.0.php GNU Public License
* @since 1.0.0
*/
// Exit if accessed directly.
if ( ! defined( 'ABSPATH' ) ) {
exit;
}
if ( ! class_exists( 'ThemeIsle_SDK_Widgets_Factory' ) ) :
/**
* Widgets factory model for ThemeIsle SDK.
*/
class ThemeIsle_SDK_Widgets_Factory {
/**
* ThemeIsle_SDK_Widgets_Factory constructor.
*
* @param ThemeIsle_SDK_Product $product_object Product Object.
* @param array $widgets the widgets.
*/
public function __construct( $product_object, $widgets ) {
if ( $product_object instanceof ThemeIsle_SDK_Product && $widgets && is_array( $widgets ) ) {
foreach ( $widgets as $widget ) {
$class = 'ThemeIsle_SDK_Widget_' . str_replace( ' ', '_', ucwords( str_replace( '_', ' ', $widget ) ) );
$instance = new $class( $product_object );
$instance->setup_hooks();
}
}
}
}
endif;
wp-content/themes/zerif-lite/vendor/codeinwp/themeisle-sdk/class-themeisle-sdk-widgets-factory.php 0000604 00000002105 15113664322 0035417 0 ustar 00 home/xbodynamge/crosstraining <?php
/**
* The widgets factory class for ThemeIsle SDK
*
* @package ThemeIsleSDK
* @subpackage Widgets
* @copyright Copyright (c) 2017, Marius Cristea
* @license http://opensource.org/licenses/gpl-3.0.php GNU Public License
* @since 1.0.0
*/
// Exit if accessed directly.
if ( ! defined( 'ABSPATH' ) ) {
exit;
}
if ( ! class_exists( 'ThemeIsle_SDK_Widgets_Factory' ) ) :
/**
* Widgets factory model for ThemeIsle SDK.
*/
class ThemeIsle_SDK_Widgets_Factory {
/**
* ThemeIsle_SDK_Widgets_Factory constructor.
*
* @param ThemeIsle_SDK_Product $product_object Product Object.
* @param array $widgets the widgets.
*/
public function __construct( $product_object, $widgets ) {
if ( $product_object instanceof ThemeIsle_SDK_Product && $widgets && is_array( $widgets ) ) {
foreach ( $widgets as $widget ) {
$class = 'ThemeIsle_SDK_Widget_' . str_replace( ' ', '_', ucwords( str_replace( '_', ' ', $widget ) ) );
$instance = new $class( $product_object );
$instance->setup_hooks();
}
}
}
}
endif;
plugins/themeisle-companion/vendor/codeinwp/themeisle-sdk/class-themeisle-sdk-widgets-factory.php 0000644 00000002105 15115414004 0035366 0 ustar 00 home/xbodynamge/dev/wp-content <?php
/**
* The widgets factory class for ThemeIsle SDK
*
* @package ThemeIsleSDK
* @subpackage Widgets
* @copyright Copyright (c) 2017, Marius Cristea
* @license http://opensource.org/licenses/gpl-3.0.php GNU Public License
* @since 1.0.0
*/
// Exit if accessed directly.
if ( ! defined( 'ABSPATH' ) ) {
exit;
}
if ( ! class_exists( 'ThemeIsle_SDK_Widgets_Factory' ) ) :
/**
* Widgets factory model for ThemeIsle SDK.
*/
class ThemeIsle_SDK_Widgets_Factory {
/**
* ThemeIsle_SDK_Widgets_Factory constructor.
*
* @param ThemeIsle_SDK_Product $product_object Product Object.
* @param array $widgets the widgets.
*/
public function __construct( $product_object, $widgets ) {
if ( $product_object instanceof ThemeIsle_SDK_Product && $widgets && is_array( $widgets ) ) {
foreach ( $widgets as $widget ) {
$class = 'ThemeIsle_SDK_Widget_' . str_replace( ' ', '_', ucwords( str_replace( '_', ' ', $widget ) ) );
$instance = new $class( $product_object );
$instance->setup_hooks();
}
}
}
}
endif;
wp-content/themes/zerif-lite/vendor/codeinwp/themeisle-sdk/class-themeisle-sdk-widgets-factory.php 0000644 00000002105 15115653147 0033321 0 ustar 00 home/xbodynamge/dev <?php
/**
* The widgets factory class for ThemeIsle SDK
*
* @package ThemeIsleSDK
* @subpackage Widgets
* @copyright Copyright (c) 2017, Marius Cristea
* @license http://opensource.org/licenses/gpl-3.0.php GNU Public License
* @since 1.0.0
*/
// Exit if accessed directly.
if ( ! defined( 'ABSPATH' ) ) {
exit;
}
if ( ! class_exists( 'ThemeIsle_SDK_Widgets_Factory' ) ) :
/**
* Widgets factory model for ThemeIsle SDK.
*/
class ThemeIsle_SDK_Widgets_Factory {
/**
* ThemeIsle_SDK_Widgets_Factory constructor.
*
* @param ThemeIsle_SDK_Product $product_object Product Object.
* @param array $widgets the widgets.
*/
public function __construct( $product_object, $widgets ) {
if ( $product_object instanceof ThemeIsle_SDK_Product && $widgets && is_array( $widgets ) ) {
foreach ( $widgets as $widget ) {
$class = 'ThemeIsle_SDK_Widget_' . str_replace( ' ', '_', ucwords( str_replace( '_', ' ', $widget ) ) );
$instance = new $class( $product_object );
$instance->setup_hooks();
}
}
}
}
endif;