1 ); if (!Themify_Builder_Model::is_front_builder_activate()) { $_arr['js'] = 1; } return $_arr; } /** * Render plain content for static content. * * @param array $module * @return string */ public static function get_static_content(array $module):string { return sprintf( __( 'Click here to Login', 'themify' ), esc_url( wp_login_url() ) ); } public static function get_styling_image_fields() : array { return [ 'b_i' => '' ]; } public static function get_translatable_text_fields( $module ) : array { return [ 'mod_title', 'label_username', 'label_password', 'label_remember', 'label_log_in', 'label_forgotten_password', 'lostpasswordform_label_username', 'lostpasswordform_label_reset' ]; } public static function get_translatable_textarea_fields( $module ) : array { return [ 'content_text', 'msg_fail' ]; } public static function get_translatable_link_fields( $module ) : array { return [ 'redirect_to', 'redirect_fail', 'lostpasswordform_redirect_to' ]; } }