Title: CMC Hook
Author: Edem
Published: <strong>26 آوریل 2017</strong>
Last modified: 24 جولای 2017

---

جستجوی افزونه‌ها

![](https://ps.w.org/cmc-hook/assets/banner-772x250.JPG?rev=1648063)

This plugin **hasn’t been tested with the latest 3 major releases of WordPress**.
It may no longer be maintained or supported and may have compatibility issues when
used with more recent versions of WordPress.

![](https://s.w.org/plugins/geopattern-icon/cmc-hook_fffdff.svg)

# CMC Hook

 توسط [Edem](https://profiles.wordpress.org/lovnic/)

[دانلود](https://downloads.wordpress.org/plugin/cmc-hook.1.0.6.zip)

 * [جزئیات](https://fa.wordpress.org/plugins/cmc-hook/#description)
 * [نقد و بررسی‌ها](https://fa.wordpress.org/plugins/cmc-hook/#reviews)
 * [توسعه](https://fa.wordpress.org/plugins/cmc-hook/#developers)

 [پشتیبانی](https://wordpress.org/support/plugin/cmc-hook/)

## توضیحات

a. Targeted at developers for quick test and development of plugins
 a. Register
php functions to hooks ( action and filter ) live from wordpress dashboard tools.
b. Run php, html, css and javascript codes safely. php codes are enclosed between
php tags eg. “” c. Hooks can be disabled from the url, so your system can recover
from erroneous php codes d. create and quickly live test plugins from your website
before deployment e. Easy to use with shortcodes f. Very extendable with other plugins
as it has lots of filters and actions.

### shortcode

[cmchksh id=”” slug=””]

## عکس‌های صفحه

[⌊Hooks⌉⌊Hooks⌉[

Hooks

[⌊Hook - Filter⌉⌊Hook - Filter⌉[

Hook – Filter

[⌊Hook - Action⌉⌊Hook - Action⌉[

Hook – Action

[⌊Hook - File⌉⌊Hook - File⌉[

Hook – File

[⌊Projects⌉⌊Projects⌉[

Projects

[⌊Project Hooks⌉⌊Project Hooks⌉[

Project Hooks

[⌊Settings⌉⌊Settings⌉[

Settings

## سوالات متداول

  Minimum Requirements

wordpress 4.6.0 php 5.5

 How to install

Upload the plugin to the wp-content\plugins folder of your wordpress installaiton
and activate it

 How to use

The plugin create a sub menu to tools admin menu called “cmc hook” From the cmc 
hook menu you can create hooks which can be either a filter, action or file The 
code editor of filter and action should not contain any class or function definition
as they are run in annonymous functions File hooks can have class and function definition.

 In case there are php errors which hangs my site

You can deactivate hooks from url and even prevent all hooks from loading.

 How To Deactivate hook

To deactivate hook, pass “cmchk_neg=cmchkrtk&cmchk_id=2,3” to the url. The cmchk_id
is the id of the list of hooks you want to deactivate Add “cmchk_run_on=none” to
the url parameters to prevents all hooks from loading and running. “cmchk_neg=token”
must be present in the url parameters when deactivating any hook or project. The
value of which is a security token which defaults to “cmchkrtk” and can be changed
at the settings of “cmc hook” menu

 What are Hook Projects

From the cmc hook menu projects can be created which houses a list of hooks and 
can be exported as a wordpress plugin Projects have one main “run file” that runs
when the project is loaded. This file calls all other project hooks. To include 
other project file hook use “cmchk_include( ‘slug’ )” function. The id is the slug
of the hook file to load Projects action and filters are loaded automatically when
the project loads and must not be included in the run file.

 Can I Deactivate Projects

Projects can be deactivated remotely by adding to the url parameters “cmchk_pid=
4,5” where cmchk is the id of the projects to deactivate

 What is safe mode

Hooks can also be run in safe mode. This allows hooks to only run when “cmchk_safe
=id” is appended to the url parameters. The id is the id of hook

 Can I choose not to use codemirror

Codemirror is provided as the coded editor but can be disabled at the settings to
use plain textarea

 Should i use php tags

Php codes must be code tags eg. “”. The same apply to javascript and css.

 Can I use html javascript and css in the code editor

A misture of html, php, javascript and css can be used in the code editor

 Filters

cmchk_load_hook cmchk_load_project cmchk_editor_data_save cmchk_project_editor_data_save
cmchk_settings_data_save cmchk_export_projects cmchk_import_project cmchk_export_plugin_info
cmchk_update_slug cmchk_get_slug cmchk_admin_page_menu cmchk_admin_page_section 
cmchk_create_plugin_hooks cmchk_create_plugin_file_hooks cmchk_include_hook

 Actions

cmchk_hook_loaded cmchk_editor_save cmchk_project_editor_save cmchk_settings_save
cmchk_admin_page_settings_controls cmchk_admin_page_hook_editor_wp_funcs cmchk_admin_page_editor_controls_top
cmchk_admin_page_editor_controls cmchk_admin_page_project_editor_controls cmchk_admin_page_project_editor_controls2

## نقد و بررسی‌ها

نقد و بررسی‌ای برای این افزونه یافت نشد.

## توسعه دهندگان و همکاران

“CMC Hook” نرم افزار متن باز است. افراد زیر در این افزونه مشارکت کرده‌اند.

مشارکت کنندگان

 *   [ Edem ](https://profiles.wordpress.org/lovnic/)

[ترجمه “CMC Hook” به زبان شما.](https://translate.wordpress.org/projects/wp-plugins/cmc-hook)

### علاقه‌ مند به توسعه هستید؟

[Browse the code](https://plugins.trac.wordpress.org/browser/cmc-hook/), check out
the [SVN repository](https://plugins.svn.wordpress.org/cmc-hook/), or subscribe 
to the [development log](https://plugins.trac.wordpress.org/log/cmc-hook/) by [RSS](https://plugins.trac.wordpress.org/log/cmc-hook/?limit=100&mode=stop_on_copy&format=rss).

## اطلاعات

 *  نگارش **1.0.6**
 *  Last updated **9 سال پیش**
 *  نصب‌های فعال **کمتر از 10**
 *  نگارش وردپرس ** 4.6.0 یا بالاتر **
 *  Tested up to **4.8.28**
 *  زبان
 * [English (US)](https://wordpress.org/plugins/cmc-hook/)
 * Tags
 * [css](https://fa.wordpress.org/plugins/tags/css/)[javascript](https://fa.wordpress.org/plugins/tags/javascript/)
   [php](https://fa.wordpress.org/plugins/tags/php/)[shortcode generator](https://fa.wordpress.org/plugins/tags/shortcode-generator/)
 *  [نمایش پیشرفته](https://fa.wordpress.org/plugins/cmc-hook/advanced/)

## امتیازها

هنوز هیچ نقدی ارسال نشده است.

[Your review](https://wordpress.org/support/plugin/cmc-hook/reviews/#new-post)

[مشاهده همه بررسی‌ها](https://wordpress.org/support/plugin/cmc-hook/reviews/)

## مشارکت کنندگان

 *   [ Edem ](https://profiles.wordpress.org/lovnic/)

## پشتیبانی

چیزی برای گفتن دارید؟ نیاز به کمک دارید؟

 [مشاهده انجمن پشتیبانی](https://wordpress.org/support/plugin/cmc-hook/)