File "module.php"
Full path: /home/kosmetik/public_html/wp-content/plugins/powerpack-elements142/modules/posts/module.php
File
size: 396 B
MIME-type: text/x-php
Charset: utf-8
Download Open Edit Advanced Editor Back
<?php
namespace PowerpackElements\Modules\Posts;
use PowerpackElements\Base\Module_Base;
if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
class Module extends Module_Base {
public function get_name() {
return 'pp-posts';
}
public function get_widgets() {
return [
'Card_Slider',
'Content_Ticker',
'Magazine_Slider',
'Tiled_Posts',
'Timeline',
];
}
}