该插件尚未通过WordPress的最新3个主要版本进行测试。 当与较新版本的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