이 플러그인은 최근 3개의 주요 워드프레스 출시와 시험 되지 않았습니다. 워드프레스의 좀 더 최근 버전으로 이용할 때 더 이상 관리되지 않고 지원되지 않고 호환성 문제가 있을 수 있습니다.

Trigger Happy

설명

Connect your plugins and automate your workflow.

Trigger Happy is a visual scripting tool for WordPress, allowing you to connect plugins and events together using a simple user interface.

Currently supports core WordPress functionality, plus WooCommerce and Ninja Forms

Some examples of what can be achieved using Trigger Happy:
* Sending emails when an event occurs (such as user registration)
* Create posts from the front-end using WP Forms
* Calculate discounts or fees on WooCommerce orders
* Create WooCommerce coupons when a user fills out a contact form
* Change Navigation menus when the user is logged in
* Add HTML to a WooCommerce page
* Modify the WordPress post titles and content before they are rendered

Conditional execution

Conditions can be applied to flows (for example, “If User is Logged In”). These conditions control the execution of the “Flow” they’re added to, allowing you to
create complex flows without having to write code.

스크린샷

  • An example of a flow redirecting to a URL once a form has been submitted
  • Flow showing a members-only WooCommerce discount for logged in users
  • Adding custom content to the bottom of all posts

설치

  1. Upload the plugin files to the /wp-content/plugins/trigger-happy directory, or install the plugin through the WordPress plugins screen directly.
  2. Activate the plugin through the ‘Plugins’ screen in WordPress
  3. Start creating your Trigger Happy flow by clicking “Trigger Happy->Add New” in the dashboard
  4. Select a trigger (for example: When an comment is created)
  5. Select the actions you want to attach to this trigger (eg: Send an email, or Create a post)

FAQ

Installation Instructions
  1. Upload the plugin files to the /wp-content/plugins/trigger-happy directory, or install the plugin through the WordPress plugins screen directly.
  2. Activate the plugin through the ‘Plugins’ screen in WordPress
  3. Start creating your Trigger Happy flow by clicking “Trigger Happy->Add New” in the dashboard
  4. Select a trigger (for example: When an comment is created)
  5. Select the actions you want to attach to this trigger (eg: Send an email, or Create a post)
Can I perform calculations?

Yes – calculations are fully supported. Use existing data (for example, post meta data or product prices) to calculate values for actions.

Does this replace PHP coding?

No. While it does allow you to add functionality to your site that would require coding without this plugin, it is not intended to replace coding completely.
What it intends to do is allow non-developers to tweak the functionality of their site without copying+pasting code.

Do you support [Plugin name here]?

We are adding support for plugins every week. The supported plugins are listed above.
If you need support for a particular plugin, let us know.

Can I hook into core WordPress hooks such as init or pre_get_posts

This will be possible in the next version. We are trying to figure out how to allow this while protecting non-developer users from breaking their sites.

Can I export my flow to a PHP file or plugin?

Not yet – but this is currently being worked on.

후기

2019년 5월 14일
Great idea plugin, but... - action create / update post not work - last update 1 years ago (now may 2019) - action update post not update a custom fields, only title and content (suggest for update) Fix point 1 and review my rate. 🙂
모든 2 평가 읽기

기여자 & 개발자

“Trigger Happy”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 기여하였습니다.

기여자

자국어로 “Trigger Happy”(을)를 번역하세요.

개발에 관심이 있으십니까?

코드 탐색하기는, SVN 저장소를 확인하시거나, 개발 기록RSS로 구독하세요.

변경이력

1.0.1

  • Added IFTTT WebHook Support

1.0

  • First release