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

WPeMatico Custom Hooks

설명

WPeMatico Custom Hooks is an addon of the main WPeMatico plugin that allows you to execute actions and filters provided by WPeMatico in order to create custom behavior in the execution of your campaigns, right from your WordPress admin panel. It’s very interesting because it will let you see the functionalities of this powerful autoblogging plugin in greater depth, as well as its extensions on the development level.

How it works

This addon allows you to add the actions and filters that WPeMatico possesses in order to make personalized changes in the campaigns you execute or actions that require a specific change in behavior.

FEATURES

  • Hooks updates from WPeMatico Core.
  • Integration of Hooks through the installed WPeMatico extension.
  • Help templates with the function for each filter or action.
  • Elegant code editor with code highlighter for programmers.
  • Syntax error check before saving the code for the functions.

Requirements

This WPeMatico addon requires the WPeMatico base plugin to be installed and activated.
PHP 5.3 or higher

스크린샷

  • Settings page. Fields to fill.

설치

You can either install it automatically from the WordPress admin, or do it manually:

  1. Unzip plugin file and put the folder into your plugins folder (/wp-content/plugins/).

  2. Activate the plugin from the WPeMatico Extensions menu.

1) Decompress it in the WordPress plugins folder to continue with activation. You must first have WPeMatico installed.

2) Once installed, go to the WPeMatico menu – > Configuration

3) Then, click on the ‘Hooks’ tab to go to the main page of the addon

FAQ

Can I use this addon without the WPeMatico plugin?

No. The addon requires WPeMatico Free Version to be installed and activated.

후기

2021년 9월 22일
Nice backdoor approach on hooks 🙂 However, little documentation (or comments) would be also nice. Great support also!
2019년 7월 5일
After install this plugin, "WPeMatico Add-ons" section crash. (error 500 PHP Timeout) Versions: WPeMatico Custom Hooks: 1.1.2 WPeMatico: 2.3.5 Wordpress: 5.2.2–es_AR NGINX Log: 2019/07/05 18:28:34 [error] 23196#23196: *11048649 upstream timed out (110: Connection timed out) while reading response header from upstream, client: xxx.xxx.xxx.xxx, server: xxxxxxxxxx.com, request: "GET /wp-admin/plugins.php?page=wpemaddons HTTP/1.1", upstream: "fastcgi://127.0.0.1:9011", host: "xxxxxxxxxxxxx.com", referrer: "https://xxxxxxxxxxxxx.com/wp-admin/edit.php?post_type=wpematico" PHP Log: [05-Jul-2019 18:20:56] WARNING: [pool xxxxxxxxxxx.com] child 4227, script '/home/public_html/wp-admin/plugins.php' (request: "GET /wp-admin/plugins.php?page=wpemaddons") executing too slow (5.424761 sec), logging Please, can resolve it? Thanks.-
모든 2 평가 읽기

기여자 & 개발자

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

기여자

“WPeMatico Custom Hooks”(이)가 4(으)로 번역되었습니다. 기여해 주셔서 번역자님께 감사드립니다.

자국어로 “WPeMatico Custom Hooks”(을)를 번역하세요.

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

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

변경이력

1.2 Apr 29, 2021

  • Added new filters of WPeMatico and many of its extensions.
  • Fixes codemirror for rich text code.
  • Introducing Filters groups to find them easier.
  • Improved many help tips on filter selection.
  • Bump WordPress version to 5.7.1

1.1.3 Aug 21, 2019

  • Improves the Settings->Hooks screens. Now all is more intuitive.
  • Hide all textareas without codes or filters.
  • Updated all spanish translations.

1.1.2 Oct 19, 2018

  • Added function filter wpematico_addcat_description filter to change the auto category descriptions.
  • Added function filter Add filter wpematico_get_item_images.
  • Fixes function parameter using “$this->”.
  • Fixes an issue in action filters.
  • Fixes a warning in area code on use tab for indentation.

1.1.1 Feb 27, 2018

  • Added wpematico_imagen_src filter added in wpematico 1.9.1

1.1 Jan 31, 2018

  • Added code highlight with CodeMirror library included in WordPress since version 4.9.
  • Fixes a bug when WPeMatico saves an image from a running campaign.

1.0.2 Sep 4, 2017

  • Fix plugin text domain to wpematico-custom-hooks.
  • Added Settings and auxiliary links in the Plugin row.
  • Added in WordPress Repository.

1.0.1 Aug 27, 2017

  • Tweaks JavaScript and styles only loads in the settings page of the plugin.
  • Tweaks to limit save and verify code syntax just for user roles with edit_plugins or edit_themes capabilities.
  • Tweaks on sanitize and escape the form fields and variables to print or save.
  • Tweaks for JavaScript and styles printed in the php, now have their own files .js and .css.
  • Fixes the hooks didn’t executed when runs manually a campaign in WPeMatico.
  • Fixes the syntax error checking to avoid execute code in the process.
  • Fixes to avoid direct accesses to the files.
  • Removed unuseful comments and examples.

1.0

  • initial release