這個外掛並未在最新的 3 個 WordPress 主要版本上進行測試。開發者可能不再對這個外掛進行維護或提供技術支援,並可能會與更新版本的 WordPress 產生使用上的相容性問題。

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

常見問題集

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