PATH:
home
/
fengshp
/
www
/
wp-content
/
themes
/
themify-ultra
/
themify
/
themify-builder
/
modules
<?php defined('ABSPATH') || exit; /** * Module Name: Copyright * Description: Display copyright text */ class TB_Copyright_Module extends Themify_Builder_Component_Module { public static function get_module_name():string { add_filter('themify_builder_active_vars',array(__CLASS__,'set_active_vars')); return __('Copyright', 'themify'); } public static function get_module_icon():string { return '-1'; } public static function set_active_vars(array $arr){ if(!is_admin()){ $arr['modules']['copyright']['site_data']=array( 'site_name'=>get_bloginfo('name'), 'site_description'=>get_bloginfo('description'), 'site_url'=>home_url(), 'year'=>wp_date('Y') ); } return $arr; } public static function get_translatable_text_fields( $module ) : array { return [ 'title' ]; } public static function get_translatable_textarea_fields( $module ) : array { return [ 'text' ]; } }
[+]
..
[-] module-page-break.php
[edit]
[-] module-lottie.php
[edit]
[-] module-menu.php
[edit]
[-] module-service-menu.php
[edit]
[-] module-text.php
[edit]
[-] module-post.php
[edit]
[-] module-social-share.php
[edit]
[-] module-login.php
[edit]
[-] module-callout.php
[edit]
[-] module-layout-part.php
[edit]
[-] module-slider.php
[edit]
[-] module-buttons.php
[edit]
[-] module-overlay-content.php
[edit]
[-] module-map.php
[edit]
[-] module-link-block.php
[edit]
[-] module-code.php
[edit]
[-] module-testimonial.php
[edit]
[-] module-star.php
[edit]
[-] module-alert.php
[edit]
[-] module-tab.php
[edit]
[-] module-highlight.php
[edit]
[-] module-widgetized.php
[edit]
[-] module-video.php
[edit]
[-] module-accordion.php
[edit]
[-] module-gallery.php
[edit]
[-] module-feature.php
[edit]
[-] module-divider.php
[edit]
[-] module-box.php
[edit]
[-] module-copyright.php
[edit]
[-] module-fancy-heading.php
[edit]
[-] module-plain-text.php
[edit]
[-] module-signup-form.php
[edit]
[-] module-widget.php
[edit]
[-] module-testimonial-slider.php
[edit]
[-] module-toc.php
[edit]
[-] module-icon.php
[edit]
[-] module-image.php
[edit]
[-] module-portfolio.php
[edit]
[-] module-optin.php
[edit]