定制 wp-digital/wp-block-testimonial 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

wp-digital/wp-block-testimonial

最新稳定版本:2.4.1

Composer 安装命令:

composer require wp-digital/wp-block-testimonial

包简介

Shares feedback, review etc. of other people.

README 文档

README

Description

Shares feedback, review etc. of other people.

Demo

Testimonial Block

Install

  • Preferable way is to use Composer:

    composer require wp-digital/wp-block-testimonial
    
  • Alternate way is to clone this repo to wp-content/plugins/:

    cd wp-content/plugins/
    git clone git@github.com:wp-digital/wp-block-testimonial.git
    

Activate Testimonial Block with WP-CLI wp plugin activate wp-block-testimonial or from Plugins page.

Documentation

Add default image, if needed, with hook wpd.block-testimonial.author_image.default. Example:

wp.hooks.addFilter(
	'wpd.block-testimonial.author_image.default',
	'my-theme',
	() => ( {
		src: 'https://picsum.photos/150',
		width: '150',
		height: '150',
		alt: 'Random image',
	} )
);

There are more hooks in constants which give a possibility to customize behaviour a bit.

统计信息

  • 总下载量: 74
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 1
  • 点击次数: 2
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 1
  • Watchers: 10
  • Forks: 1
  • 开发语言: JavaScript

其他信息

  • 授权协议: GPL-2.0
  • 更新时间: 2023-06-20

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固